mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-07-12 20:15:31 +08:00
- .envrc: add conda compiler flags (CFLAGS, CXXFLAGS, LDFLAGS) for zlib support - .justfile: replace inline make commands with reusable targets (test-top, test-all, test-model, test-module) - environment.yml: reformat YAML, add zlib/gtkwave, rename withbullet → with_bullet
25 lines
410 B
YAML
25 lines
410 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
|
|
# Lib
|
|
- zlib
|
|
# Toolsets
|
|
- uv
|
|
- verilator
|
|
- gtkwave
|
|
- just
|
|
- nodejs>=20.0.0
|