mirror of
https://github.com/wassname/pyrobolearn.git
synced 2026-08-21 11:19:49 +08:00
Reinforcement learning task
In this folder, you can run reinforcement learning tasks.
- In the
gymsubfolder, you can rungymenvironments using the models and algorithms available from the PRL frameworks. - In the
baselinessubfolder, you canPRLenvironments using the neural networks models and algorithms provided by thestable_baselineslibrary. - Other example files provide PRL environments along with models and algorithms provided by PRL.