bryan_Z

Results 6 comments of bryan_Z

Thanks for your reply. I try to run ./simulate on RHEL7.9 on the school's hpc cluster. the attached file is a list of base packages installed. [rpm_list_rhel79.txt](https://github.com/deepmind/mujoco/files/7413921/rpm_list_rhel79.txt) The GPU information...

I try to run over [NoMachine](https://www.nomachine.com/)

here is the output of `LIBGL_DEBUG=verbose ./simulate` [brzheng@mars14 bin]$ LIBGL_DEBUG=verbose ./simulate MuJoCo Pro version 2.10 libGL: Can't open configuration file /etc/drirc: No such file or directory. libGL: Can't open configuration...

Nice examples but they seem to be implemented on the old version of Imitation library, are there more advanced examples similar to the colab one? I try to follow the...

Thanks for your comments, is there anything I could try to overcome this problem? what if I set the unwrap to False to bypass the unwrap_traj function? btw, I simply...

Yeah, now it can rollouts trajectories! But the agent could learn meaningful policy using the default BC parameter. ``` bc_trainer = bc.BC( observation_space=env.observation_space, action_space=env.action_space, demonstrations=transitions,) bc_trainer.train(n_epochs=300) ``` is there anything...