Skip to main content
Reports
Created by
Created On
Last edited
PPO with add-ons on Cartpole-1
I added some features on CartPole
0
2022-02-26
PPO on Cartpole
I wanted to do a first test on PPO to see what works and what doesn't.
0
2021-10-13
0
2021-09-13
DDPG on Pendulum-v1 - number of neurons
Now that I found good parameters for everything but the number of neurons in the actor and the critic, I wanted to isolate the number of neurons and see what happens.
0
2021-09-08
DDPG on Pendulum-v1
For a first sweep, I tried DDPG on Pendulum-v1, as only fixed parameters the number of neurons in the two neural networks (400, 300). I discovered later that the parameters were not correctly initialized in the agent, so these are runs of the same agent over and over.
0
2021-09-05
DDPG on Pendulum-1 (correct)
For the second sweep, I tried DDPG on Pendulum-v1, as only fixed parameters the number of neurons in the two neural networks (400, 300). No bugs, this time.
0
2021-09-06