-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added vector_observation configuration to enable concatenation of vector data to the latent output of the AE of image-based methods * Image-based methods now take a dict[str, np.ndarray] with the expectation of keys image and vector. image_wrapper in gym_env has been updated to reflect this requirement. * SACAE image + vector * TD3AE vector + image * NaSATD3 + vector input. * helper functions added to handle transformation of the dict to required tensors.
- Loading branch information
1 parent
dbbb82e
commit 01a1ea7
Showing
14 changed files
with
314 additions
and
148 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
Oops, something went wrong.