-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix PPO player with precision * Fix PPO agent to run with the correct precision plugin * Add detach_actor + fix creation of testing agent * FIx SAC to use the correct precision plugin * Add get_single_devie_fabric method * Fix DrOQ agent to handle fp16 * Fix SACAE agent to handle fp16 * Fix PPO recurrent to handle fp16 * Fix Join context * Fix PPO evaluate * Fix Dreamer-V1 player to handle fp16 * Dreamer-V1 inference mode * Fix Dreamer-V2 to handle fp16 * Fix Dreamer-V3 to handle fp16 * Extract module inside the player * Fix P2E-DV1 to handle fp16 * Fix p2e-dv2 to handle fp16 * Fix p2e-dv3 to handle fp16 * Fix A2C to handle fp16 * Add `greedy` flag to actor forward method * Fix PPORecurrent arg postion * Let P2E algos handle fp16 * Wrap target critics with a single-device fabric * import annotations from future * Fix P2E actor task during test * Wrap actor with single-device fabric
- Loading branch information
Showing
45 changed files
with
1,360 additions
and
1,183 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.