LUNDECHEN commited on
Commit
5b56dc1
·
verified ·
1 Parent(s): 47fd328

Upload training_args.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. training_args.json +11 -0
training_args.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "device": "cpu",
3
+ "output_dir": "runs/ppo",
4
+ "total_timesteps": 5000000,
5
+ "versions": {
6
+ "gymnasium": "0.29.1",
7
+ "python": "3.11.13",
8
+ "space_mining": "0.1.2",
9
+ "stable_baselines3": "2.7.0"
10
+ }
11
+ }