Files
Mini-Nav/environment.yml
SikongJueluo 8b8e4d3118 build(simulation): improve verilator simulation infrastructure
- Add verilator to dependencies
- Add configurable logging via QUIET/VERBOSE/COCOTB_LOG_LEVEL env vars
- Add optional warning suppression (SUPPRESS_VERILATOR_WARNINGS)
- Clean up and restructure Makefile
2026-05-03 15:33:17 +08:00

22 lines
339 B
YAML

name: mini-nav
channels:
- pytorch
- nvidia
- aihabitat-nightly
- conda-forge
dependencies:
- python=3.10
- pip
- habitat-sim=0.3.3
- habitat-baselines=0.3.320250127
- habitat-lab=0.3.320250127
- withbullet
- pytorch
- torchvision
- pytorch-cuda=12.1
# Toolsets
- uv
- verilator
- just
- nodejs>=20.0.0