|
|
||
|---|---|---|
| .. | ||
| community-server | ||
| queries | ||
| DAL.grammar | ||
| README.md | ||
| analyze_definitions.ipynb | ||
| analyzer.py | ||
| csscolors.lexicon | ||
| generate_plots.ipynb | ||
| run | ||
| testng.xml | ||
| voxelurn.grammar | ||
README.md
README
Running the server for voxelurn
-
Start the sempre server
./interactive/run @mode=voxelurn -Server.port 8410
-
Start the client server
./interactive/run @mode=community
-
(optionally) Blast the server with previous logs to get the server into state
./interactive/run @mode=simulator @server=local @sandbox=none @task=freebig
Running an experiment
-
Start the server
./interactive/run @mode=voxelurn -Server.port 8410
-
Blast the server with previous logs to get the server into state
./interactive/run @mode=simulator @server=local @sandbox=none @task=freebig
-
Run analysis script to get results
./interactive/run @mode=analyze -execNumber 1
-
(Optional) clean up
./interactive/run @mode=backup # save previous data logs ./interactive/run @mode=trash # deletes previous data logs
Tests
There are many units for interactive learning
./interactive/run @mode=test
To specify a specific test class and verbosity
./interactive/run @mode=test @class=DACExecutorTest -verbose 5