Skip to content

sahandrez/jaco_rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL on Jaco Arm in DeepMind Control Suite

This repository implements TD3 and DDPG on DeepMind Control Suite tasks.

  • This repository needs the jaco_arm branch of dm_control forked here.
  • The agent implementations are taken from the Official TD3 repository.

Usage

You can train an agent for the reaching task on Jaco arm by running:

python main.py --domain jaco --task easy

Releases

No releases published

Packages

No packages published

Languages