CartPole-v1 / hyperparameters.json
AngelaHoa23's picture
Mirror from sadra-barikbin/ppo-LunarLander-v2-unit8
515d973 verified
raw
history blame contribute delete
175 Bytes
{"h_size": 16, "n_training_episodes": 1000, "n_evaluation_episodes": 10, "max_t": 1000, "gamma": 1.0, "lr": 0.01, "env_id": "CartPole-v1", "state_space": 4, "action_space": 2}