-
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.
Move AdvantageBuffer to its own file and switch to tensordict (#9)
* Changed: - I'm going to switch to using tensordict as the base data structure in hopes that it cleans up a lot of the API - AdvantageBuffer is now separate * Updated: - firstlast merger now takes a merging function to support different step merging operations. Might just rename the FirstLastMerger to a StepMerger, but idk. - API to use tensordict steps instead * Added - docker image build cleanup - profile for the build section so that vscode doesnt try rebuilding it when we can just build * Updated: - devcontainer stuff - mojo stuff * update docker since ubuntu 18 is deprecated * Changed: - quick updates * Added: - debug env for continuous agents * Still skeptical whether advantage buffer works correctly
- Loading branch information
Showing
53 changed files
with
3,583 additions
and
1,322 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
gymnasium>=0.27.1 | ||
tensordict | ||
pyopengl | ||
pyglet | ||
tensorboard | ||
|
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.