leibnizgym icon indicating copy to clipboard operation
leibnizgym copied to clipboard

IsaacGym environment for Trifinger robot

Results 2 leibnizgym issues
Sort by recently updated
recently updated
newest added

I get the following error when trying to train the model as in the instructions in the training section: $ python rlg_train.py --task ShadowHand --headless Importing module 'gym_37' (/workspace7/isaacgym/python/isaacgym/_bindings/linux-x86_64/gym_37.so) [Error]...

I have trained the network for more than 10h but no checkpoints were saved. These values are set as default: ``` max_epochs: 100000 save_best_after: 500 save_frequency: 100 ``` Does anyone...