Training ExoMy to navigate in an unstructured Mars environment
Install isaac-rover-mars-gym
Requirements
Dependencies
1. Download Isaac Gym
- Download Isaac Gym from https://developer.nvidia.com/isaac-gym
- Unzip Isaac Gym
- nano isaacgym/docker/Dockerfile
- Insert the follwing code at the bottom of the file and save.
- bash docker/build.sh
- docker run -it -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY —network=host —gpus=all —name=isaacgym_exomy_container isaacgym /bin/bash
#11. bash docker/run.sh DISPLAYPORT
- Enter container from different terminals --- sudo docker exec -it isaacgym_container bash
2. Run Isaac Gym
- cd isaacgymenvs
- python train.py
RL Architecture