You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the awesome code and video!
Those really help me to study and understand reinforcement learning.
I found that the actor and critic model are not using observation space dim as their input_dim.
Shouldn't it be the same dim size as observation space?
What do you think?
And I made a pull request #39 about above.
I really appreciate your review!
The text was updated successfully, but these errors were encountered:
Hi, @philtabor !
Thanks for the awesome code and video!
Those really help me to study and understand reinforcement learning.
I found that the actor and critic model are not using observation space dim as their
input_dim
.Shouldn't it be the same dim size as observation space?
What do you think?
And I made a pull request #39 about above.
I really appreciate your review!
The text was updated successfully, but these errors were encountered: