tostido commited on
Commit
d661a64
·
1 Parent(s): faa3682

Update requirements: add missing deps for embodied

Browse files
Files changed (1) hide show
  1. models/requirements.txt +12 -1
models/requirements.txt CHANGED
@@ -1,8 +1,11 @@
1
- # Capsule requirements for champion_gen52
2
  # Generated from KEY Agent Compiler
3
 
4
  # Core
5
  numpy>=1.21.0,<2.0
 
 
 
6
 
7
  # CASCADE Provenance (THE RECEIPTS)
8
  cascade-lattice>=0.6.0
@@ -23,5 +26,13 @@ elements>=3.19.0
23
  einops>=0.8.0
24
  portal>=0.2.0
25
  chex>=0.1.0
 
 
 
 
 
 
 
 
26
  granular>=0.20.3
27
  jaxtyping>=0.2.0
 
1
+ # Capsule requirements for champion_gen42
2
  # Generated from KEY Agent Compiler
3
 
4
  # Core
5
  numpy>=1.21.0,<2.0
6
+ cloudpickle>=3.0.0
7
+ optax>=0.1.7
8
+ pillow>=10.0.0
9
 
10
  # CASCADE Provenance (THE RECEIPTS)
11
  cascade-lattice>=0.6.0
 
26
  einops>=0.8.0
27
  portal>=0.2.0
28
  chex>=0.1.0
29
+ zerofun>=0.4.0
30
+
31
+ # Environments (optional - install as needed)
32
+ # gym>=0.26.0
33
+ # ale-py>=0.8.0
34
+ # crafter>=1.8.0
35
+ # dm-control>=1.0.0
36
+ # procgen>=0.10.0
37
  granular>=0.20.3
38
  jaxtyping>=0.2.0