Training Environment
Last updated
conda create -yn berkeley-humanoid-lite python=3.10
conda activate berkeley-humanoid-litepip install torch==2.5.1 torchvision==0.20.1 --index-url https://download.pytorch.org/whl/cu121
pip install isaacsim[all,extscache]==4.5.0 --extra-index-url https://pypi.nvidia.com
pip install isaaclab[isaacsim,all]==2.1.0 --extra-index-url https://pypi.nvidia.comgit clone https://github.com/HybridRobotics/Berkeley-Humanoid-Lite.gitcd Berkeley-Humanoid-Lite
git submodule update --initpip install -e ./source/berkeley_humanoid_lite/
pip install -e ./source/berkeley_humanoid_lite_assets/
pip install -e ./source/berkeley_humanoid_lite_lowlevel/pip install -r requirements.txtuv run ./scripts/rsl_rl/train.py --task Velocity-Berkeley-Humanoid-Lite-v0 --headlesspython ./scripts/rsl_rl/train.py --task Velocity-Berkeley-Humanoid-Lite-v0 --headlessuv run ./scripts/rsl_rl/play.py --task Velocity-Berkeley-Humanoid-Lite-v0 --num_envs 16python ./scripts/rsl_rl/play.py --task Velocity-Berkeley-Humanoid-Lite-v0 --num_envs 16