File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,9 +101,9 @@ The key features of Matterix are:
101101 python scripts/zero_agent.py --task=< TASK_NAME>
102102
103103 # example of an environment with two robot arms and several beakers:
104- python scripts/zero_agent.py --task Isaac -Test-Beakers-Franka-v1 --num_envs 1
104+ python scripts/zero_agent.py --task Matterix -Test-Beakers-Franka-v1 --num_envs 1
105105 # or
106- ./matterix.sh -p scripts/zero_agent.py --task Isaac -Test-Beakers-Franka-v1 --num_envs 1
106+ ./matterix.sh -p scripts/zero_agent.py --task Matterix -Test-Beakers-Franka-v1 --num_envs 1
107107
108108 ` ` `
109109 - Random-action agent
@@ -113,9 +113,9 @@ The key features of Matterix are:
113113 python scripts/random_agent.py --task=< TASK_NAME>
114114
115115 # example of an environment with two robot arms and several beakers:
116- python scripts/random_agent.py --task Isaac -Test-Beakers-Franka-v1 --num_envs 1
116+ python scripts/random_agent.py --task Matterix -Test-Beakers-Franka-v1 --num_envs 1
117117 # or
118- ./matterix.sh -p scripts/random_agent.py --task Isaac -Test-Beakers-Franka-v1 --num_envs 1
118+ ./matterix.sh -p scripts/random_agent.py --task Matterix -Test-Beakers-Franka-v1 --num_envs 1
119119
120120 ` ` `
121121
Original file line number Diff line number Diff line change @@ -212,6 +212,7 @@ class MatterixBaseEnvCfg:
212212 env_spacing = 2.5
213213 dt : float = 1 / 60 # Hz
214214 num_envs = 1
215+ export_io_descriptors = False
215216
216217 # physX settings
217218 bounce_threshold_velocity = 0.01
Original file line number Diff line number Diff line change 1919INSTALL_REQUIRES = [
2020 # generic
2121 "numpy" ,
22- "torch= =2.5.1" ,
22+ "torch> =2.5.1" ,
2323 "torchvision>=0.14.1" , # ensure compatibility with torch 1.13.1
2424 # 5.26.0 introduced a breaking change, so we restricted it for now.
2525 # See issue https://github.com/tensorflow/tensorboard/issues/6808 for details.
You can’t perform that action at this time.
0 commit comments