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
"TODO(hartikainen): implement for discrete spaces.")
Are you planning to implement this?
What would be a good value for a MultiDiscrete([3 3 2 3]) action space?
Depending on how I calculate I get -4, -11 or -54 but I'm a bit clueless to what would be a good value.
The text was updated successfully, but these errors were encountered:
Hey @Maggern3, thanks for the question! Unfortunately, I don't have plans to implement the discrete version at least in the near future, mainly because I don't really work on discrete tasks.
"TODO(hartikainen): implement for discrete spaces.")
Are you planning to implement this?
What would be a good value for a MultiDiscrete([3 3 2 3]) action space?
Depending on how I calculate I get -4, -11 or -54 but I'm a bit clueless to what would be a good value.
Hello! Have you found a solution to implement the discrete action?
softlearning/softlearning/algorithms/sac.py
Line 42 in 46f1443
Are you planning to implement this?
What would be a good value for a MultiDiscrete([3 3 2 3]) action space?
Depending on how I calculate I get -4, -11 or -54 but I'm a bit clueless to what would be a good value.
The text was updated successfully, but these errors were encountered: