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
I tried to make my own using atari categorical actor critic for PPO, but I always get this error:
` /home/rj/.local/lib/python3.8/site-packages/tf2rl/algos/vpg.py:187 _get_action_body *
action, logp = self.actor_critic(state, test)
ValueError: too many values to unpack (expected 2)
`
The text was updated successfully, but these errors were encountered:
I tried to make my own using atari categorical actor critic for PPO, but I always get this error:
` /home/rj/.local/lib/python3.8/site-packages/tf2rl/algos/vpg.py:187 _get_action_body *
action, logp = self.actor_critic(state, test)
`
The text was updated successfully, but these errors were encountered: