CartPole-v1 / hyperparameters.json
Lodeing's picture
Upload folder using huggingface_hub
e0d6048
raw
history blame contribute delete
180 Bytes
{"h_size": 64, "n_training_episodes": 2000000, "n_evaluation_episodes": 50, "max_t": 5000, "gamma": 0.98, "lr": 1e-05, "env_id": "CartPole-v1", "state_space": 4, "action_space": 2}