marktrovinger commited on
Commit
3640108
1 Parent(s): 65bebb2

Update cartpole_gym_replay.py

Browse files
Files changed (1) hide show
  1. cartpole_gym_replay.py +7 -0
cartpole_gym_replay.py CHANGED
@@ -8,6 +8,13 @@ import numpy as np
8
  _BASE_URL = "https://huggingface.co/datasets/marktrovinger/cartpole_gym_replay/resolve/main"
9
  _DATA_URL = f"{_BASE_URL}/replay_buffer_npz.npz"
10
 
 
 
 
 
 
 
 
11
 
12
 
13
  class DecisionTransformerGymDataset(datasets.GeneratorBasedBuilder):
 
8
  _BASE_URL = "https://huggingface.co/datasets/marktrovinger/cartpole_gym_replay/resolve/main"
9
  _DATA_URL = f"{_BASE_URL}/replay_buffer_npz.npz"
10
 
11
+ _DESCRIPTION = """ \
12
+ Testing a cartpole replay.
13
+ """
14
+
15
+ _HOMEPAGE = "blah"
16
+
17
+ _LICENSE = "MIT"
18
 
19
 
20
  class DecisionTransformerGymDataset(datasets.GeneratorBasedBuilder):