Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
david-istvan authored Apr 23, 2024
1 parent 613512b commit 6495609
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,15 @@ A framework for human-informed reinforcement learning by subjective logic
- Create an opinion file with the following name: `opinions-[SIZE]x[SIZE]-seed[SEED].txt` (e.g., `opinions-6x6-seed10.txt`)
- Run the experiment using `python .\src\runner.py -log [DEBUG_LEVEL]` -- The `[DEBUG_LEVEL]` value is one of the following: `critical`, `error`, `warn`, `warning`, `info`, `debug`.
- Settings (size, seed, numexperiments, maxepisodes) can be set in `runner.__name__`.
- Results will be generated into `/experiments`, under a timestamped folder, with the following folder structure:
```
- [maxepisodes1]
- random
- One .csv file named after the map size and seed.
- noadvice
- One .csv file named after the map size and seed.
- advice
- Multiple .csv files named after the map size, seed, and the _u_ parameter used in the specific experiment.
- [maxepisodes2]
- ...
```

0 comments on commit 6495609

Please sign in to comment.