philtabor / Youtube-Code-Repository

Repository for most of the code from my YouTube channel
859 stars 479 forks source link

Use input dims ppo tf2 #39

Closed toohsk closed 1 year ago

toohsk commented 2 years ago

I found that the actor and critic model are not using observation space dim as their input_dim, and also need to pass the observation space as an integer, not a tuple.