|
|
|
|
|
|
be accessed from the `info` provided by `env.step(action)`. |
|
|
|
- Stacked vector observations are not supported. |
|
|
|
- Environment registration for use with `gym.make()` is currently not supported. |
|
|
|
- Calling env.render() will not render a new frame of the environment. It will |
|
|
|
return the latest visual observation if using visual observations. |
|
|
|
|
|
|
|
## Running OpenAI Baselines Algorithms |
|
|
|
|
|
|
|