to run this repository, please first install genesis:
create a virtual env:
conda create -n genesis python=3.10
stay in this repository, and run:
pip install -e ".[dev]"
pip install torch
then install rsl_rl lib:
git checkout v1.0.2 && pip install -e .
python src/ainex_eval.py --ckpt 1900 --vel 0.3
python src/ainex_eval.py --ckpt 1900 --vel 0.2
python src/ainex_eval.py --ckpt 1900 --vel 0.1
python src/ainex_eval.py --ckpt 500