Skip to content

Sandbox for various RL algorithms (DreamerV2, etc)

Notifications You must be signed in to change notification settings

Midren/rl_sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL sandbox

Run

Build docker:

docker build --build-arg USER_ID=$(id -u) --build-arg GROUP_ID=$(id -g) --build-arg USER_NAME=$USER -t dreamer .

Run docker with tty:

docker run --gpus 'all' -it --rm -v `pwd`:/home/$USER/rl_sandbox -w /home/$USER/rl_sandbox dreamer zsh

Run training inside docker on gpu 0:

docker run --gpus 'device=0' -it --rm -v `pwd`:/home/$USER/rl_sandbox -w /home/$USER/rl_sandbox dreamer python3 rl_sandbox/train.py --config-name config_dino

To run dreamer version with slot attention use:

rl_sandbox/train.py --config-name config_slotted

About

Sandbox for various RL algorithms (DreamerV2, etc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published