Actor-Critic-PyTorch icon indicating copy to clipboard operation
Actor-Critic-PyTorch copied to clipboard

Policy Gradient Actor-Critic PyTorch | Lunar Lander v2

Results 1 Actor-Critic-PyTorch issues
Sort by recently updated
recently updated
newest added

`action = policy(state)` Should this not be argmax during test?