Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 555 Bytes

custom_environment_tutorial.rst

File metadata and controls

9 lines (6 loc) · 555 Bytes

Create a custom environment

PyTorchRL agents can be trained with any environment that complies with OpenAI gym’s interface, which allows to easily define custom environments specific to any domain of interest.

We refer here to some resources providing detailed explanations on how to implement custom environments.