Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-neustroev committed Feb 3, 2022
1 parent ac6b097 commit 4019c54
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ the action representation experiment (Section 4.1), and `noisy_*.yml` for the no
Make sure that you are using Python 3.8 or newer. You also need to install required packages by running
`python3 -m pip install -r requirements.txt` from the project's folder.

To replicate the experiments in the paper, run `python3 code/main.py --config CONFIG_FILE`, where `CONFIG_FILE` is a
path to a configuration file. The output data is written in Tensorboard
format to `<current-path>/<directory>/<name>/...`, where `<current-path>` is the path the script was executed from and `<directory>` and `<name>` correspond to parameters specified in the configuration file. You can use `./code/tensorboard_to_csv.py --path <PATH>` to convert the output from `<PATH>` to a
`.csv`-file.
To replicate the experiments in the paper, run `python3 main.py --config CONFIG_FILE` from the `code` directory,
where `CONFIG_FILE` is a path to a configuration file. The output data is written in Tensorboard
format to `<current-path>/<directory>/<name>/...`, where `<current-path>` is the path the script was executed from and
`<directory>` and `<name>` correspond to parameters specified in the configuration file. You can use
`./code/tensorboard_to_csv.py --path <PATH>` to convert the output from `<PATH>` to a `.csv`-file.

### Building from the Source Code

Expand Down

0 comments on commit 4019c54

Please sign in to comment.