mirror of
https://github.com/wassname/pyrobolearn.git
synced 2026-09-11 12:31:07 +08:00
10 lines
469 B
Markdown
10 lines
469 B
Markdown
## Reinforcement learning task
|
|
|
|
In this folder, you can run reinforcement learning tasks.
|
|
|
|
- In the `gym` subfolder, you can run `gym` environments using the models and algorithms available from the PRL
|
|
frameworks.
|
|
- In the `baselines` subfolder, you can `PRL` environments using the neural networks models and algorithms provided by
|
|
the `stable_baselines` library.
|
|
- Other example files provide PRL environments along with models and algorithms provided by PRL.
|