Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 318 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 318 Bytes

GYM Configuration

To run the gym, you should first create a private.toml file under gym folder with a format of:

After that, run the following command.

python -m gym.main gym/example.yaml test.jsonl

where gym/example.yaml is the senario configuration file, and test.jsonl is the output file.