-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial commit for info's fix * tentative draft of info support for EpisodeData * typing fix * typing fixed, removed print * added some information to dataset stabdards started work on test for varying infos * added tests for error in response to infos with timestep variant structure, and test of using StepDataCallback to fix it * added explicit np.array dtype support, documentation, and tests * updated doc page * table syntax change * remove print * DataCollectorV0 -> DataCollector * rename test * move info shape check to add to buffer * add _get_info in dummy test envs * _get_info_at_step_index * fix pre-commit * fix tests * fix docs * fix pre-commit * refactor * simplify tests * fix pre-commit * remove redundant comments * fix pre-commit * fixes * fix basic_usage * fix episode_data repr * fix common * improe tests --------- Co-authored-by: rodrigodelazcano <[email protected]> Co-authored-by: Omar Younis <[email protected]>
- Loading branch information
1 parent
237ec51
commit 3e2dcc4
Showing
10 changed files
with
387 additions
and
73 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
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
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
Oops, something went wrong.