-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the error when max_number_of_actions is None and the action_space…
… is a discrete action space Summary: replay_buffer.push for discrete spaces fails creates list of None for curr_available_actions_list if parameter max_number_of_actions is not passed (it’s optional). Reviewed By: rodrigodesalvobraz Differential Revision: D67009459 fbshipit-source-id: 8861bc36ba00ea92361460ea96c3a54d834511eb
- Loading branch information
1 parent
f435791
commit 7b25efe
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters