- Install
python3 -m pip install -e .
- Run
python3 -m plb.algorithms.solve --algo [algo] --env_name [env_name] --path [output-dir]
. It will run algorithmsalgo
for environmentenv-name
and store results inoutput-dir
. For examplepython3 -m plb.algorithms.solve --algo action --env_name Move-v1 --path output
will run call an Adam optimizer to optimize an action sequence in environmentMove-v1
forked from hzaskywalker/PlasticineLab
-
Notifications
You must be signed in to change notification settings - Fork 0
RexSkywalkerLee/PlasticineLab
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Code for paper "PlasticineLab: A Soft-Body Manipulation Benchmark with Differentiable Physics"
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 95.9%
- Jupyter Notebook 3.7%
- Shell 0.4%