-
I'm trying to evaluate on LIBERO setup, however i encountered error related to **robosuite.macros_priavate**
even though i re-installed robosuite, this error repeatedly shows up.
Does anyone have so…
-
Hi,
I use
`python robomimic/scripts/generate_paper_configs.py --output_dir /tmp/experiment_results`
to generate the config for reproducing the results in the paper, and then use
`python robomimi…
-
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:
![2022-04-01 21-0…
-
I get the following error when trying to run the code on windows. What can I do?
````
File [python_path ....\lib\site-packages\robosuite\utils\binding_utils.py:1087](file:///python_path ..../lib/s…
-
Hi All, when running
softlearning run_example_local examples.classifier_rl \
--n_goal_examples 10 \
--task=Image48SawyerDoorPullHookEnv-v0 \
--algorithm VICERAQ \
--num-samples 5 \
--n_epochs…
-
As the main branch of `robosuite` has been updated to v1.5, the import paths of multiple files do not work. For instance, the error when running `python demo_random_action.py` will be:
```
[robos…
-
My code:
```
import numpy as np
import gym
from gym.utils.env_checker import check_env
import robosuite as suite
from robosuite.wrappers import GymWrapper
from robosuite import load_controlle…
-
As part of the Visualization of Rollout Scripts, I ran the rollout.py script with different log files such as:
````
python scripts/rollout.py --load_dir runs/Door-Panda-OSC-POSE-SEED129/Door_Panda_O…
-
Hello Baris!
Great work on your master thesis! I am doing similar work for my master thesis and i am using some of your work as inspiration!
We are using mujoco and Robosuite, and I am therefore not…
-
Hello! Thank you for excellent work! However, I can't figure out how to recreate the environment with the same objects in pick-and-place tasks.
For instance, I manually create a new environment an…