Skip to content

Commit

Permalink
added conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng-chi committed Apr 11, 2023
1 parent 4734aff commit 0acd1fa
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions conda_env.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: aloha
channels:
- pytorch
- nvidia
- conda-forge
dependencies:
- python=3.9
- pip=23.0.1
- pytorch=2.0.0
- torchvision=0.15.0
- pytorch-cuda=11.8
- pyquaternion=0.9.9
- pyyaml=6.0
- rospkg=1.5.0
- pexpect=4.8.0
- mujoco=2.3.3
- dm_control=1.0.9
- py-opencv=4.7.0
- matplotlib=3.7.1
- einops=0.6.0
- packaging=23.0
- h5py=3.8.0
- pip:
- h5py_cache==1.0

0 comments on commit 0acd1fa

Please sign in to comment.