maple
maple copied to clipboard
Official codebase for Manipulation Primitive-augmented reinforcement Learning (MAPLE)
Hello, I'm trying to add a new primitive types on your code. Before questions, I'm really appreciate your work! Thanks a lot. Anyway, I cannot understand the 'aff_threshold' and 'global_xyz_bounds'....
hello, I found that I could run **_python robosuite/scripts/collect_human_demonstrations.py_** but when I run **_python scripts/trainer.py --env stack_** .Error appeared as follows:  I had put **_export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libGLEW.so_** in...
When I run train.py, an error happened. Could you please give some suggestions? Thank you very much ! ``` Traceback (most recent call last): File "/home/xxx/Videos/bin/boot/maple/scripts/train.py", line 247, in run_experiment(...
HI, Thanks for your maple project! I encountered some problems when I was trying train my own model and env 1.How to accelerate my training? Because I find `maple` is...