rl-course-unit4-cartpole / hyperparameters.json
Addwater's picture
Upload . with huggingface_hub
421f0ce
raw
history blame contribute delete
177 Bytes
{"h_size": 16, "n_training_episodes": 2000, "n_evaluation_episodes": 10, "max_t": 2000, "gamma": 0.99, "lr": 0.005, "env_id": "CartPole-v1", "state_space": 4, "action_space": 2}