Skip to content

raghavauppuluri13/rope-manipulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rope-manipulation

Manipulating rope to different goal states using Mujoco.

exploration

Quick Start

  1. Create conda environment + install dm_control
conda env create --file environment.yaml

Install dm_control

  1. Run the tuning.py to view the PID controller tuning results
python tuning.py
  1. In the mujoco folder, run explorer_dataset.py to generate the dataset
python explorer_dataset.py

For the training, make sure to comment out the wandb functions such as log, init as it won't work on machines other than the owners.

  1. In the learning folder, run train_inv_dyn.py to run the training for the inverse dynamics model
python train_inv_dyn.py
  1. In the learning folder, run train_infogan.py to run the training for the infogan model
python train_infogan.py

Run

To-do

Sources

About

dm_control implementation of a rope manipulation task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages