We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In SAC.py Line 120
Deep-Reinforcement-Learning-Algorithms-with-PyTorch/agents/actor_critic_agents/SAC.py
Line 120 in b338c87
produce_action_and_action_info(state)
Line 135 in b338c87
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In SAC.py Line 120
Deep-Reinforcement-Learning-Algorithms-with-PyTorch/agents/actor_critic_agents/SAC.py
Line 120 in b338c87
However, the output of
produce_action_and_action_info(state)
isDeep-Reinforcement-Learning-Algorithms-with-PyTorch/agents/actor_critic_agents/SAC.py
Line 135 in b338c87
So, even though SAC algorithm can work in practice, is it a mistake?
The text was updated successfully, but these errors were encountered: