PlasticineLab
PlasticineLab copied to clipboard
Code for paper "PlasticineLab: A Soft-Body Manipulation Benchmark with Differentiable Physics"
PlasticineLab: A Soft-Body Manipulation Benchmark with Differentiable Physics
Usage
- Install
python3 -m pip install -e . - Run
python3 -m plb.algorithms.solve --algo [algo] --env_name [env_name] --path [output-dir]. It will run algorithmsalgofor environmentenv-nameand store results inoutput-dir. For examplepython3 -m plb.algorithms.solve --algo action --env_name Move-v1 --path outputwill run call an Adam optimizer to optimize an action sequence in environmentMove-v1