Cartpole_v3 / hyperparameters.json
VK13's picture
Upload folder using huggingface_hub
f270ec7 verified
{"h_size": 16, "n_training_episodes": 5000, "n_evaluation_episodes": 20, "max_t": 1500, "gamma": 1.0, "lr": 0.01, "env_id": "CartPole-v1", "state_space": 4, "action_space": 2}