-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ashwin Reddy edited this page Nov 19, 2017
·
13 revisions
Welcome to the RLG Wiki!
Here you can find more detailed information about the Robot Learning Gym.
Clone this repository and run sudo pip install .
in the home directory.
RLG deals with three facets of robot learning:
- Tasks
- Robots
- Agents
The idea is that RLG should provide users with different tasks and robots and a few basic agents, enabling users to start creating more intelligent agents.
Tasks:
- Door (custom made)
- Beam balance
- Lift Can (using MuJoCo example XML file)
- Obstacle Course
- Snake
Robots (many of these were taken from the MuJoCo Resources, although some needed slight edits to work):
- Atlas (Virtual and v5)
- Barrett hand
- Baxter
- Claw/hand
- Darwin
- Jaco
- PR2
- Sandia Hand
Agents:
DefaultAgent
simply samples from the action space (i.e: acts randomly)
Tested on Ubuntu 14.04 LTS