CartPole / hyperparameters.json
SyntaxTheRed's picture
Upload folder using huggingface_hub
bc9299a verified
raw
history blame contribute delete
No virus
175 Bytes
{"h_size": 16, "n_training_episodes": 800, "n_evaluation_episodes": 10, "max_t": 1000, "gamma": 0.95, "lr": 0.02, "env_id": "CartPole-v1", "state_space": 4, "action_space": 2}