IntelLabs / coach

Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
https://intellabs.github.io/coach/
Apache License 2.0
2.32k stars 460 forks source link

Inconsistence of tutorial vs. documentation #408

Closed LukasMadzik closed 4 years ago

LukasMadzik commented 4 years ago

In tutorial (line 122) is reference to self.state but documentation of environment (line 462) is mentioned self.observation. According to other environment examples, it seems that documentation of environment is outdated.

dandanelbaz commented 4 years ago

The documentation of the environment will be updated in the next commit. Thanks!