Cartpole_copter_PG / hyperparameters.json
Nikhil058's picture
Upload folder using huggingface_hub
39add32 verified
raw
history blame contribute delete
183 Bytes
{"h_size": 64, "n_training_episodes": 10000, "n_evaluation_episodes": 1000, "max_t": 10000, "gamma": 0.9995, "lr": 1e-05, "env_id": "CartPole-v1", "state_space": 4, "action_space": 2}