CartPole-v1 / hyperparameters.json
monti-python's picture
Upload folder using huggingface_hub
9aac873 verified
raw
history blame contribute delete
180 Bytes
{"state_space": 4, "action_space": 2, "h_sizes": [16], "n_training_episodes": 1000, "n_evaluation_episodes": 10, "max_t": 1000, "gamma": 0.99, "lr": 0.005, "env_id": "CartPole-v1"}