perezjln / gym-lowcostrobot

Other
29 stars 18 forks source link

Added new teleoperation script + PushCubeLoop env + small refactoring of the environments. #34

Closed michel-aractingi closed 1 month ago

michel-aractingi commented 1 month ago

What does this PR do:

Bug fixes:

How to checkout and test:

In order to test the teleoperation you should:

  1. Get the start_pos from the calibration done by LeRobot and change the values in examples/teleoperate_leader_lerobot.py. (can be found in .cache/calibration/koch/main_leader.json)
  2. Run (use mjpython for mac):
    python examples/teleoperate_leader_lerobot.py --device /dev/tty.usbmodem585A0078211 --env-name PushCubeLoop-v0

    depending on your device and environment you'd like to test.

TODO

Learning: