Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 820 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 820 Bytes

clovek-ne-jezi-se

Work-in-progress implementation of Clovek Ne Jezi Se (Slovenian) / Mensch Ärgere Dich Nicht (German) for reinforcement learning experimentation.

See the demo notebook for features and example usage.

Experiments

Exeriments can be run via configuration json files.

For creating experiment configurations, see the notebooks/generate-experiment-configs-example.ipynb.

To run the experiments created in the above notebook, run

 python clovek_ne_jezi_se/run_experiments.py \
   --config_dir=$EXPERIMENT_CONFIGS_DIR/player-order

Development

See the installation guide for instructions on local development.