Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/Learning-Environment-Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ If you would like to contribute environments, please see our
`VisualHallway` scene.
* Reset Parameters: None.
* Benchmark Mean Reward: 0.7
* To speed up training, you can enable curiosity by adding `use_curiosity: true` in `config/trainer_config.yaml`
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the intention to have space prior to the asterisk?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes. It looks all examples have the same list of bullet points (Set-up, Goal,..., Benchmark Mean reward). I want to keep the overall structure, and only add enabling curiosity to achieve the benchmark mean reward faster. So I add this optimization under the benchmark mean reward. Let me know if there is a better place to add a note of enabling curiosity.

* Optional Imitation Learning scene: `HallwayIL`.

## [Bouncer](https://youtu.be/Tkv-c-b1b2I)
Expand Down