reinforce-pole-rl-challeneg / hyperparameters.json
samcomber's picture
Upload folder using huggingface_hub
a080fd1 verified
{"h_size": 24, "n_training_episodes": 800, "n_evaluation_episodes": 10, "max_t": 1000, "gamma": 0.99, "lr": 0.01, "env_id": "CartPole-v1", "state_space": 4, "action_space": 2}