Aseem Saxena
Aseem Saxena
I think what the OP means is that the simulations should happen on the GPU. Not sure if that's a priority for the development team.
@aclegg3 Hope all's well with you. My research is about perception for legged robots and I have some bandwidth over the summer to make Mujoco work with Habitat, guidance and...
Hi @aclegg3 , the Slack link you provided no longer works.
> Hi @aclegg3 , the Slack link you provided no longer works. @Skylion007 lmk if you could me to the slack workspace, have a good day everyone.
try this @lim0606 ``` for alpha in {0.0,1.0}; do python3 scripts/create_dataset.py --save_dir=./tests/testdata --load_dir=./tests/testdata/ --env_name=cartpole --num_trajectory=400 --max_trajectory_length=250 --alpha=$alpha --tabular_obs=0; done ```
this should work @gd-zhang ``` for alpha in {0.0,1.0}; do python3 scripts/create_dataset.py --save_dir=./tests/testdata --load_dir=./tests/testdata/ --env_name=cartpole --num_trajectory=400 --max_trajectory_length=250 --alpha=$alpha --tabular_obs=0; done ```