StepNeverStop / RLs

Reinforcement Learning Algorithms Based on PyTorch
https://stepneverstop.github.io
Apache License 2.0
449 stars 93 forks source link

Train a custom gym env #61

Open rafaelCabralDS opened 1 year ago

rafaelCabralDS commented 1 year ago

I would like to understand how can i use my custom environment that extends Gym env to train my model instead of using the default gym cases.