Skip to content

stanford-iprl-lab/ScaffoldLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScaffoldLearning

Simulation Environments in "Learning to Scaffold the Development of Robotic Manipulation Skills"

1.Initialize repository

git submodule init && git submodule update

2.Compile bullet

cd external/bullet3.git; bash build_cmake_pybullet_double.sh

3.Install virtual environment

pip install pipenv
pipenv install

4.Install CUDA >= 9.2

Activate virtual environment

pipenv shell

Run the code

cd rl; python3 wrench_rl.py

About

Simulation Environments in "Learning to Scaffold the Development of Robotic Manipulation Skills"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages