darwin05 commited on
Commit
cb5c46b
·
verified ·
1 Parent(s): 64b874e

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "EAWM",
3
+ "library_name": "pytorch",
4
+ "paper": "From Observations to Events: Event-Aware World Models for Reinforcement Learning",
5
+ "checkpoint_type": "pretrained_agent_weights",
6
+ "usage": "evaluation_only"
7
+ }