Skip to content

Container repository to experiment with real world RL repositories (mostly serl)

Notifications You must be signed in to change notification settings

kamiradi/real-rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning baselines on the Real Robot

Under construction.

Usage

Clone the repository locally and fetch all submodules with the following command

git clone [email protected]:kamiradi/real-rl.git
git submodule update --init --recursive

Run the following commands to fire up a docker container and shell into it

docker compose build
docker compose up

In a different terminal you can retrieve shell access with the following.

docker compose exec -it <name of service> bash

About

Container repository to experiment with real world RL repositories (mostly serl)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published