40 次代码提交 (54c4eb43-8bfc-4e88-8cad-1b01aab4cd7a)

作者 SHA1 备注 提交日期
GitHub 7ddfd81f Added Reward Providers for Torch (#4280) 4 年前
GitHub 6b193d03 Develop add fire layers (#4321) 4 年前
GitHub 3b43972d Fixed the reporting of the discriminator loss (#4348) 4 年前
vincentpierre 9f51ab14 Saving the reward providers 4 年前
vincentpierre 25454a48 adding tests 4 年前
vincentpierre 108fac9a Replace torch.detach().cpu().numpy() with a utils method 4 年前
vincentpierre 31750e97 Using item() in place of to_numpy() 4 年前
GitHub 12e15e29 Fix on GAIL Torch when using actions (#4407) 4 年前
GitHub 498934f9 Replace torch.detach().cpu().numpy() with a utils method (#4406) 4 年前
GitHub 7b4d0865 [Bug fix] Fix bug in GAIL gradient penalty (#4425) 4 年前
GitHub 4e93cb6e [torch] Restructure PyTorch encoders (#4421) 4 年前
GitHub 6f534366 Add torch_utils class, auto-detect CUDA availability (#4403) 4 年前
GitHub 676f5f7c [refactor] Refactor GAIL to use new encoder structure (#4433) 4 年前
Ervin Teng 43c41d66 Fix BC and Reward Signals 4 年前
vincentpierre 181bdec0 - 4 年前
Andrew Cohen 6e23bafd ActionFlattener Refactor 4 年前
Andrew Cohen 8013e544 ignoring Instance of 'AbstractContextManager' has no 'enter_context' member (no-member) 4 年前
GitHub b853e5ba Action buffer (#4612) 4 年前
GitHub 3c96a3a2 Action Model (#4580) 4 年前
Ervin Teng bc746839 Normalize GAIL observations 4 年前
Ervin Teng 362f2ec0 Use correct dimensions of gradient 4 年前
Ervin Teng 79a3051e Update GAIL and BC 4 年前
vincentpierre 93ca1409 fixing the tests 4 年前
Andrew Cohen 24fd9b3c torch reward providers all pass 4 年前
vincentpierre c1587bce Solving merge conflicts 4 年前
Ervin Teng 25dfd883 Merge branch 'master' into develop-centralizedcritic 4 年前
vincentpierre 8cb050ef WIP Made initial changes to enale dimension properties and added attention module 4 年前
GitHub a73f7d73 Turn down gain on GAIL discriminator output (#4762) 4 年前
vincentpierre c3699de8 merging master and addressing comments 4 年前
vincentpierre 719c969c addressing comments. ObservationSpec is no longer a list 4 年前
vincentpierre 4bba4e8e Renaming ObservationSpec to SensorSpec 4 年前
vincentpierre 44ed3258 Merging master 4 年前
vincentpierre 449712b0 renaming sensor_spec to sensor_specS 4 年前
Arthur Juliani 0b4b0992 Rename more files 4 年前
Arthur Juliani 7c37c759 Fix some mis-renamings 4 年前
GitHub 64fc7f43 Buffer key enums (#4907) 4 年前
Christopher Goy 9cadfa7a Merge master -> release_13_branch-to-master 4 年前
Ervin Teng fd3f05b9 Enable GAIL to decay 4 年前
Ervin Teng 7b41e5d6 Add GAIL learning rate to TB 4 年前
Chris Elion c3bc8991 cleanup, don't store mask 4 年前