forked from opendilab/DI-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(xjx): add env supervisor (opendilab#330)
* Process supervisor Add thread supervisor Add env supervisor Env launch and reset (ci skip) Rewrite ignore_err in supervisor (ci skip) Support recv req id in supervisor (ci skip) Test env supervisor (ci skip) Stash env supervisor (ci skip) * Add __getattr__ on supervisor (ci skip) * Step retry (ci skip) * Add timeout on recv all * Refactor recv_all * Refactor recv_all callback * Test block * Add different process type * Add async process in env supervisor * Add comments, support space attributes * Fix style (ci skip) * Fix empty ready_obs * Support episode num (ci skip) * Fix env supervisor * Add test for ready obs * Add process name * Fix supervisor * Change platformtest * Fix auto reset * Fix lru cache in 3.6 * Fix Error 32 * Support shared memory * Prevent missing attrs * Fix * Fix env retry once test * Fix test shared memory * Fix close * Fix comments * Update collector profile test, fix deprecated torch ops
- Loading branch information
Showing
19 changed files
with
1,699 additions
and
36 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
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.