mirror of
https://github.com/wassname/pyrobolearn.git
synced 2026-09-19 13:00:53 +08:00
10 lines
343 B
Markdown
10 lines
343 B
Markdown
## Examples
|
|
|
|
In this folder, you will find different examples on how to use the framework.
|
|
|
|
You can check the following folders:
|
|
- `gym/cartpole`: policies are trained with different algorithms on the gym Cartpole environment.
|
|
- `robots`: check how to load a specific robot into the world.
|
|
- `states`: how to query the states / observations.
|
|
|