mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-07-12 20:15:31 +08:00
- Move habitat-baselines and habitat-lab from pip to conda environment - Add cocotb and cocotb-tools to pyproject.toml dependencies - Update ty environment roots to include hw/sim directory - Add sim/sim_build to gitignore - Create CLAUDE.md with project spec, coding guidelines, and directory structure - Update uv.lock to reflect dependency changes
21 lines
325 B
YAML
21 lines
325 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
|
|
- just
|
|
- nodejs>=20.0.0
|