mirror of
https://github.com/wassname/ray.git
synced 2026-07-20 12:40:20 +08:00
Fix the linter failure. (#11755)
This commit is contained in:
@@ -167,8 +167,7 @@ class EpsilonGreedy(Exploration):
|
||||
exploit_action[j][i] = torch.tensor(
|
||||
random_action[j])
|
||||
exploit_action = tree.unflatten_as(
|
||||
action_distribution.action_space_struct,
|
||||
exploit_action)
|
||||
action_distribution.action_space_struct, exploit_action)
|
||||
|
||||
return exploit_action, action_logp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user