Files
Leonel Rozo 949f7df0ce Merge pull request #34 from TFLQW/master
force-control example with real-time plotting through threads.
2020-06-08 12:34:17 +02:00
..
2019-11-15 11:26:10 +01:00

Examples
========

In this folder, you will find different examples on how to use the framework.

Warning: this folder is currently being updated; few files might still have some bugs or not 
implemented completely. Some other folders will be added in the upcoming days.

You can check the following folders on:

- ``simulators``: how to use a particular simulator. Currently, the Bullet simulator is the one fully operational.
- ``worlds``: how to create a world in the simulator, load various objects inside and interact with them, use the camera, and load or generate terrains.
- ``robots``: how to load a specific robot (biped, quadruped, wheeled, etc) into the world.
- ``plotting``: how to use real-time plotting tools (to plot the joint values or the link frames).
- ``interfaces``: the various interfaces (game controllers, webcam, etc) and bridges that you can use.
- ``kinematics``: how to use forward and inverse kinematics as well as position and velocity control.
- ``dynamics``: how to use forward and inverse dynamics as well as force control.
- ``manipulability``: how to use the velocity and dynamic manipulability ellipsoids.
- ``models``: the different learning models that you can use.
- ``states``: how to query the states / observations.
- ``rewards``: how to use the reward functions.
- ``environments``: provide a full example on how to create an environment from scratch in PRL.
- ``imitation``: how to use imitation learning with the framework.
- ``reinforcement``: how to use reinforcement learning with the framework.