298 次代码提交 (19ee6e5e-2a16-4754-b9af-e4faeb2818da)

作者 SHA1 备注 提交日期
Ervin Teng fe4472cb Add decoders, distributions, encoders, layers, networks, and utils 4 年前
Ervin Teng 89890bf2 Update with newest changes 4 年前
GitHub 1955af9e [feature] Add experimental PyTorch support (#4335) 4 年前
Ruo-Ping Dong f2a8c421 add torch saver test 4 年前
GitHub 70197342 Add torch saver test 4 年前
vincentpierre ba7eb360 Merge branch 'master' into develop-torch-save-rp 4 年前
Ruo-Ping Dong a74c904a Merge branch 'master' into develop-saver-name 4 年前
vincentpierre 25454a48 adding tests 4 年前
vincentpierre 108fac9a Replace torch.detach().cpu().numpy() with a utils method 4 年前
Ruo-Ping Dong 07e82899 update torch saver test 4 年前
vincentpierre 44fa3a65 Moved the tests around 4 年前
GitHub 328353bc Torch : Saving/Loading of the reward providers (#4405) 4 年前
GitHub 80b7a6d3 Update ml-agents/mlagents/trainers/tests/torch/saver/test_saver_reward_providers.py 4 年前
vincentpierre fdd343b2 more use of item() and additional tests 4 年前
Ruo-Ping Dong 88eff042 Merge branch 'master' into develop-saver-name 4 年前
GitHub 82bd7fd0 Update ml-agents/mlagents/trainers/tests/torch/saver/test_saver_reward_providers.py 4 年前
Ruo-Ping Dong 56feb8af update test_saver_reward_providers.py 4 年前
GitHub 4dda2983 Update ml-agents/mlagents/trainers/tests/torch/saver/test_saver_reward_providers.py 4 年前
GitHub 48f217b9 Rename Saver to ModelSaver (#4402) 4 年前
GitHub 83e21972 Update ml-agents/mlagents/trainers/tests/torch/saver/test_saver_reward_providers.py 4 年前
Anupam Bhatnagar f4f1a8d9 merge master into trainer-plugin branch 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 年前
Ruo-Ping Dong fd1dc3a6 Merge branch 'master' into develop-torch-omp 4 年前
GitHub 7b4d0865 [Bug fix] Fix bug in GAIL gradient penalty (#4425) 4 年前
GitHub 4e93cb6e [torch] Restructure PyTorch encoders (#4421) 4 年前
GitHub 4e6d46cc [tests] Add tests for Torch PPO (#4429) 4 年前
GitHub beb5eb30 [bug-fix] Fixes for Torch SAC and tests (#4408) 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 60eacc0d Merge branch 'master' into develop-adjust-cpu-settings 4 年前
GitHub bf6506fc [feature] Add small CNN for grids 5x5 and up (#4434) 4 年前
Andrew Cohen 3997b14b Merge branch 'master' into develop-hybrid-actions 4 年前
Ervin Teng 7754ad7b Don't run value during inference 4 年前
Andrew Cohen 85602279 add action_out to dist 4 年前
vincentpierre 181bdec0 - 4 年前
GitHub 4e4ad7b0 Don't run value during policy evaluate, optimized soft update function (#4501) 4 年前
Ervin Teng f9ff3efe Merge branch 'develop-policyonly' into develop-sac-targetq 4 年前
Andrew Cohen 7c0aa77b Merge branch 'develop-actions-out' into develop-hybrid-actions 4 年前
GitHub 60b76790 Random Network Distillation for Torch (#4473) 4 年前
GitHub e471bd8b Refactoring of the tests folder for the trainers (#4510) 4 年前
GitHub 400e14cb [Bug-fix] RND would not be saved correctly. Added tests (#4514) 4 年前
Andrew Cohen db37db34 fixing errors 4 年前
Andrew Cohen 44c9879e action models 4 年前
HH a3bf96fd Merge branch 'master' into hh/develop/gridsensor-tests 4 年前
Andrew Cohen c494bfcc trains successfully 4 年前
Ervin Teng 8dec4771 Add hybrid actions to SAC 4 年前
Andrew Cohen e686a785 removed abstract class 4 年前
Ervin Teng 81342148 Revert "Add hybrid actions to SAC" 4 年前
Andrew Cohen 63757004 experiment with 1/1 test 4 年前
Andrew Cohen 35b88994 simple rl tests pass 4 年前
GitHub b3bc7896 Cherrypick bug fixes to release_9_branch (#4617) 4 年前
Andrew Cohen e5f14400 Merge branch 'master' into develop-hybrid-actions-singleton 4 年前
Andrew Cohen 601f02a8 update simple rl tests 4 年前
GitHub e4db5dc5 ActionSpec and ActionBuffer (#4578) 4 年前
Andrew Cohen 7827ca06 add ActionSpec; test_simple_rl torch passes 4 年前
GitHub be723c66 Change BrainParametersProto to support ActionSpec (#4579) 4 年前
Andrew Cohen da978fc6 add separate hybrid test file 4 年前
Andrew Cohen 6e23bafd ActionFlattener Refactor 4 年前
Andrew Cohen 8013e544 ignoring Instance of 'AbstractContextManager' has no 'enter_context' member (no-member) 4 年前
GitHub b5dd43f2 [bug-fix] Don't load non-wrapped policy (#4593) 4 年前
GitHub e0ef30a5 [bug-fix] Change entropy computation and loss reporting in Torch to match TF (#4538) 4 年前
GitHub cb8e4d25 Add ActionSpec (#4586) 4 年前
Andrew Cohen b40e7793 fix mlagents-envs tests 4 年前
Andrew Cohen 9689cf2c remove *_action_* from function names 4 年前
GitHub 64e998a2 [bug-fix] Use float64 when converting np.ndarray to torch.tensor, cap Torch version to 1.7.x (#4610) 4 年前
Andrew Cohen 590adc01 make_fake_trajectory/step take ActionSpec arg 4 年前
vincentpierre 96452986 Initial commit for multi head attention 4 年前
vincentpierre a3a9a56b Merge branch 'exp-multi-head-attention' into exp-bullet-hell 4 年前
Ruo-Ping Dong 9e08be87 Merge branch 'master' into release_9_branch_merge 4 年前
Andrew Cohen 97dfa142 fix action_spec refs 4 年前
GitHub b853e5ba Action buffer (#4612) 4 年前
GitHub 3c96a3a2 Action Model (#4580) 4 年前
Andrew Cohen 0e28dd8f add static method to create continuous/discrete 4 年前
GitHub 88d3ec3e Merge master into hybrid actions staging branch (#4704) 4 年前
Andrew Cohen ccd7cc4c fix recurrent sac test 4 年前
Andrew Cohen ae920478 resolve conflicts 4 年前
GitHub 87a7ccf8 use int64 steps, check for NaN actions (#4607) 4 年前
GitHub 23800f33 Merge branch 'master' into develop-action-spec 4 年前
GitHub 85a7c0f7 [bug-fix] Add clipping to PyTorch policy, fix initialization (#4649) 4 年前
GitHub 733bffbf use int64 steps, check for NaN actions (#4607) (#4654) 4 年前
Andrew Cohen b6d10456 removed action_spec.size 4 年前
GitHub 8175d558 [bug-fix] Fix BC module + action clipping (#4667) 4 年前
GitHub 2a8c6800 [bug-fix] Add clipping to PyTorch policy, fix initialization (#4649) (#4662) 4 年前
vincentpierre e14e1c4d Improvements and new tests 4 年前
Ruo-Ping Dong 953cb6bb Merge branch 'master' into develop-windows-delay 4 年前
Ruo-Ping Dong ee5313e4 Merge branch 'master' into develop-windows-delay 4 年前
GitHub f0ed3a38 Cherry-pick BC fixes to Release 10 (#4668) 4 年前
Andrew Cohen afd16cc9 rename make_x to creat_x/remove redundant properties 4 年前
Andrew Cohen 5b9aab58 fix advanced vis encoder simple rl 4 年前
Andrew Cohen 95892058 reduce recurrent step/increase batch size 4 年前
Andrew Cohen e5cc57f9 rename create random to random action 4 年前
vincentpierre b863af57 Removing TensorFlow Trainers 4 年前
GitHub 278911a5 Fix staging tests (#4708) 4 年前
GitHub 94c59e31 C# changes for hybrid action spaces (#4587) 4 年前
Andrew Cohen f6355ba9 Merge branch 'develop-action-spec' into develop-action-buffer 4 年前
Andrew Cohen bd917c9c action buffer passes continuous 4 年前
Andrew Cohen b36fcf16 discrete runs/cont passes 4 年前
Andrew Cohen ad951493 debugging discrete 4 年前
Andrew Cohen fcf6471e 2d discrete passes 4 年前
Andrew Cohen 056630d7 sac continuous and discrete train 4 年前
GitHub 990f801a Develop hybrid action staging (#4702) 4 年前
vincentpierre 735fcd52 [WIP] Refactor trainers to use list of obs rather than vec and vis obs 4 年前
Andrew Cohen 85e4db33 bc tests pass 4 年前
Arthur Juliani b8f22fd7 Update second half of tests 4 年前
vincentpierre 93ca1409 fixing the tests 4 年前
vincentpierre 7a5cc9ec Merge master into develop-rm-tf 4 年前
Andrew Cohen 24fd9b3c torch reward providers all pass 4 年前
Andrew Cohen dee6b805 fixed bug in discrete 4 年前
vincentpierre c1587bce Solving merge conflicts 4 年前
Andrew Cohen 4ebc6c44 ml-agents-envs pass 4 年前
GitHub ded1f79b Merge pull request #4732 from Unity-Technologies/goal-sensors 4 年前
Andrew Cohen b5d1c071 Merge branch 'master' into develop-action-buffer 4 年前
Arthur Juliani 0d2f8887 Merge remote-tracking branch 'origin/master' into goal-conditioning 4 年前
Ervin Teng 25dfd883 Merge branch 'master' into develop-centralizedcritic 4 年前
GitHub ad5f878c [refactor] Remove critic pass during inference (#4743) 4 年前
GitHub 11687f8d [cherry-pick] Cherry-pick #4743 into Release 11 (#4756) 4 年前
GitHub 903d3afe Merge pull request #4707 from Unity-Technologies/develop-rm-tf 4 年前
vincentpierre 14378aa5 Merging master 4 年前
Andrew Cohen 293bd20b fix torch test_ppo 4 年前
vincentpierre 1a1070b1 forgot a file 4 年前
Andrew Cohen 230497f5 fix torch utils test 4 年前
Andrew Cohen a545859e fix torch test policy 4 年前
vincentpierre 8cb050ef WIP Made initial changes to enale dimension properties and added attention module 4 年前
Andrew Cohen 498b1ee6 Merge branch 'develop-action-buffer' into develop-hybrid-actions-singleton 4 年前
GitHub a73f7d73 Turn down gain on GAIL discriminator output (#4762) 4 年前
Andrew Cohen 06f1f254 1:1 and continuous/discrete train 4 年前
GitHub b6bb01b9 Turn down gain on GAIL discriminator output (#4762) (#4772) 4 年前
vincentpierre c3699de8 merging master and addressing comments 4 年前
GitHub 29d94c7c Merge pull request #4734 from Unity-Technologies/develop-obs-as-list 4 年前
Andrew Cohen 1d234d1d bc works 4 年前
vincentpierre 719c969c addressing comments. ObservationSpec is no longer a list 4 年前
vincentpierre 4bba4e8e Renaming ObservationSpec to SensorSpec 4 年前
Andrew Cohen c0d01baf Merge branch 'master' into merge-release11-master 4 年前
vincentpierre 8dee7970 Fixing the tests 4 年前
Andrew Cohen 5f0f7e3a fix reward provider tests 4 年前
Andrew Cohen 88b8f4b4 replace use_discrete with action_sizes in simple_rl 4 年前
vincentpierre c5a057d2 renaming obs_spec variables 4 年前
vincentpierre 44ed3258 Merging master 4 年前
vincentpierre 449712b0 renaming sensor_spec to sensor_specS 4 年前
Andrew Cohen 35769b53 Merge branch 'develop-action-buffer' into develop-hybrid-actions-singleton 4 年前
Andrew Cohen 272affe0 preliminary aciton model tests 4 年前
Andrew Cohen 17496265 move AgentAction, ActionLogProbs, and ActionFlattener to separate files 4 年前
Chris Elion 76ebc20c Merge remote-tracking branch 'origin/master' into r12-to-master 4 年前
Andrew Cohen d984af1f action model and network tests 4 年前
GitHub 458fee17 Merge pull request #4763 from Unity-Technologies/develop-att 4 年前
Ervin Teng 330fc1d0 Merge branch 'master' into develop-centralizedcritic-mm 4 年前
Andrew Cohen 60309d8f fix torch policy tests 4 年前
vincentpierre 519c5f47 merging master 4 年前
Ruo-Ping Dong 8ed14762 Merge branch 'develop-hybrid-actions-singleton' into develop-hybrid-actions-csharp 4 年前
Andrew Cohen 11e2f5e4 remove unused imports test_hybrid 4 年前
Andrew Cohen 6ffbf209 fix imports in test utils 4 年前
GitHub 7387a77f remove pylint (#4836) 4 年前
GitHub 9689449f Refactor of attention (#4840) 4 年前
Arthur Juliani 0b4b0992 Rename more files 4 年前
Arthur Juliani 7c37c759 Fix some mis-renamings 4 年前
Andrew Cohen 701c1a3f fix test torch distributions 4 年前
GitHub b7e6efa3 Allow setting maximum number of elements in self-attention to None (#4841) 4 年前
vincentpierre 56972f56 WIP integrate attention to networkbody 4 年前
Ervin Teng aba633b2 Merge branch 'develop-attention-refactor' into develop-centralizedcritic-mm 4 年前
Andrew Cohen e88558c3 fix torch test policy 4 年前
Andrew Cohen 631ac7f4 fixed tests 4 年前
Ervin Teng 30a09c6f Merge branch 'develop-attention-refactor' into develop-centralizedcritic-mm 4 年前
Andrew Cohen 22f42f5b fix torch test ppo 4 年前
GitHub eb78a477 Add default init/gain to LinearEncoder (#4846) 4 年前
vincentpierre 7f8e6a0d fix tests 4 年前
GitHub 0ac990e0 add LayerNorm (#4847) 4 年前
Andrew Cohen 4bf182aa fix tensorflow test simple rl 4 年前
Ruo-Ping Dong a7d04be6 Merge branch 'develop-hybrid-actions-singleton' into develop-hybrid-actions-csharp 4 年前
Andrew Cohen 8c42dcc7 fix tensorflow test ppo 4 年前
vincentpierre 5039b65a Merge branch 'master' into develop-att-network-integration 4 年前
Arthur Juliani 0a876b9c Fix typos 4 年前
Ervin Teng 2085e17c Merge branch 'master' into develop-centralizedcritic-mm 4 年前
Arthur Juliani e3de0406 Plurals 4 年前
Ruo-Ping Dong 180d3e20 Merge branch 'develop-centralizedcritic-mm' into develop-cc-teammanager 4 年前
HH 0024a286 merge ervin's new stuff 4 年前
GitHub 12e1fc28 [feature] Hybrid SAC (#4574) 4 年前
Andrew Cohen 7af25330 fixed torch test sac 4 年前
Andrew Cohen 9bcd3c39 fix 2d sac 4 年前
Arthur Juliani 7b230bdf Change seed for two offending tests 4 年前
Andrew Cohen b0c02ee0 Merge branch 'develop-hybrid-actions-csharp' into develop-actionmodel-csharp 4 年前
Arthur Juliani fc756e5a Formatting 4 年前
Arthur Juliani a0876939 Extend test time 4 年前
Arthur Juliani 880d390b Change seed 4 年前
Arthur Juliani b4d8cf54 Change learning rate 4 年前
GitHub 67ad9651 Merge pull request #4825 from Unity-Technologies/sensor-types 4 年前
vincentpierre 8660b1c2 merging master 4 年前
GitHub a02cf933 Add predict minimum attention test (#4853) 4 年前
vincentpierre 24d2f335 fixing test 4 年前
vincentpierre 38fc2536 addresing some comments 4 年前
GitHub 01e0ee00 refactor entityembedding/network body (#4857) 4 年前
GitHub 89b6c949 use singular entity embedding (#4873) 4 年前
Andrew Cohen 6dafe05c fix tests 4 年前
brccabral 457fb612 Merge branch 'master' of https://github.com/Unity-Technologies/ml-agents 4 年前
vincentpierre 52b011d6 _ 4 年前
vincentpierre 03c905b2 Fix equation for entropy 4 年前
vincentpierre 396bc43c Merging master 4 年前
GitHub d4455936 Merge pull request #4869 from Unity-Technologies/fix-normal-entropy 4 年前
vincentpierre b7c7d773 Adding some tests 4 年前
vincentpierre 6f3ea7b8 _ 4 年前
vincentpierre aaec009a Formatting 4 年前
vincentpierre 2f48cb82 Fixing a test 4 年前
GitHub bd4bc66b Merge branch 'master' into fix-numti-env-delayed-spawn 4 年前
vincentpierre 77eecc6b Merge branch 'master' into develop-att-network-integration 4 年前
vincentpierre 7e47f94b addressing comments 4 年前
GitHub d7f549f9 Run pytest on GPU (#4865) 4 年前
vincentpierre c27a95f0 Make a self encoder before EntityEmbedding 4 年前
Arthur Juliani ff70c5c4 Merge branch 'master' into goal-conditioning-new 4 年前
vincentpierre fd007f53 Attempting to use EntityEmbedding directly as processor 4 年前
vincentpierre f5ec393b added a test to make sure that a mask of all zeros or all ones would not break backpropagation 4 年前
vincentpierre 1cff7848 no need for large number of steps in test 4 年前
GitHub 2fb87e4f Merge branch 'master' into reward-dist 4 年前
GitHub 212ebfb9 Merge pull request #4844 from Unity-Technologies/develop-att-network-integration 4 年前
Chris Elion 9d70220e Merge remote-tracking branch 'origin/master' into MLA-1734-demo-provider 4 年前
GitHub 64fc7f43 Buffer key enums (#4907) 4 年前
Ervin Teng b6f88d6d Merge branch 'develop-base-teammanager' into develop-agentprocessor-teammanager 4 年前
Andrew Cohen 543f22bc fix test_networks 4 年前
Ervin Teng 1831044a Update SAC to use separate policy 4 年前
GitHub 5022d710 Add additional logic to avoid load being called on every advance (#4934) 4 年前
Ervin Teng c7054d76 Use attention tests from master 4 年前
Andrew Cohen 6828713c fix saver test 4 年前
Ervin Teng da6a55a0 Revert "Use attention tests from master" 4 年前
Ervin Teng 24ee4bd5 Merge remote-tracking branch 'origin/develop-critic-optimizer' into develop-critic-optimizer 4 年前
Ervin Teng bac2fb68 Use attention from master 4 年前
Andrew Cohen 66742dc8 test for SharedActorCritic 4 年前
Ruo-Ping Dong c87bce9e Merge branch 'master' into develop-base-teammanager 4 年前
Andrew Cohen 3f7d68b8 fix test policy 4 年前
Andrew Cohen 531695fb adjust step size gail visual ppo 4 年前
Ervin Teng 219e773b Merge branch 'develop-fix-lstms' into develop-critic-op-lstm 4 年前
vincentpierre e1b94b8b Merge branch 'master' into develop-var-len-obs-feature 4 年前
Andrew Cohen dc8e8494 Merge branch 'master' into develop-critic-optimizer 4 年前
Chris Elion e4f51ca7 Merge remote-tracking branch 'origin/master' into MLA-1734-demo-provider 4 年前
Ervin Teng d4438878 Merge branch 'develop-base-teammanager' into develop-agentprocessor-teammanager 4 年前
Ervin Teng 4a33be31 Tweak SAC tests 4 年前
Ervin Teng 40f51774 Fix PPO tests 4 年前
Ervin Teng 180f7d03 Fix SAC test 4 年前
Chris Elion c3bc8991 cleanup, don't store mask 4 年前
Ervin Teng e46a86ad Merge branch 'master' into develop-superpush-int 4 年前
HH 15d512f9 Merge branch 'master' into hh/develop/dodgeball 4 年前
Ervin Teng 08db7c2f Merge branch 'develop-agentprocessor-teammanager' into develop-coma2-trainer-mm 4 年前
Ervin Teng 1fc3640e Change AgentAction back to 0 pad and add tests 4 年前
GitHub 338af2ec Move the Critic into the Optimizer (#4939) 4 年前
HH 4c947151 Merge branch 'main' into hh/develop/dodgeball 4 年前
Ervin Teng 61781a1a Merge branch 'main' into develop-agentprocessor-teammanager 4 年前
Andrew Cohen 9060da06 Merge branch 'develop-agentprocessor-teammanager' into develop-coma2-trainer 4 年前
Ervin Teng 56d4c1f9 Fix to-flat and add tests 4 年前
Andrew Cohen e2d46ca0 Merge branch 'develop-agentprocessor-teammanager' into develop-coma2-trainer 4 年前
Andrew Cohen 8562471e add inital coma optimizer tests 4 年前
Andrew Cohen 43955c5b get value estimate test 4 年前
Arthur Juliani 06c147f8 Merge remote-tracking branch 'origin/main' into goal-conditioning-new 4 年前
GitHub d36a5242 Python Dataflow for Group Manager (#4926) 4 年前
Ervin Teng c8137dcd Merge branch 'main' into develop-superpush-int 4 年前
GitHub f16ce486 Update v2-staging from main (March 15) (#5123) 4 年前
Christopher Goy 921ba4f0 Update v2-staging from main (March 15) (#5123) 4 年前
GitHub ba2af269 [coma2] Make group extrinsic reward part of extrinsic (#5033) 4 年前
GitHub d24b0966 [bug-fix] Fix memory leak when using LSTMs (#5048) 4 年前
Christopher Goy ebe45056 Merge branch 'main' into release_14_branch-to-main 4 年前
GitHub d2635e58 Action slice (#5047) 4 年前
Andrew Cohen 95f62362 add test 4 年前
Andrew Cohen 853b44d5 torch coma tests: lstm, cur, gail 4 年前
GitHub 46461986 pass sensor name through to ObservationSpec (#5036) 4 年前
GitHub fc5d0a3f [bug-fix] Fix save/restore critic, add test (#5062) 4 年前
Chris Elion 970f1d40 Merge remote-tracking branch 'origin/v2-staging' into MLA-1634-ObservationSpec 4 年前
Andrew Cohen cd349985 add negative constant extrinsic to gail 4 年前
GitHub ffca08c4 Upgrade PyTorch version for python 3.9 (#5028) 4 年前
Ervin Teng 1f026c70 Merge branch 'main' into develop-superpush-branch-cleanup 4 年前
Andrew Cohen e547f26c adjust step size 4 年前
Ervin Teng ce872033 Revert "Merge branch 'main' into develop-superpush-branch-cleanup" 4 年前
GitHub 8f35bdd3 POCA trainer (#5005) 4 年前
Andrew Cohen 9e77d7e1 Merge branch 'main' into develop-soccer-groupman 4 年前
GitHub e81e038b Fix end episode for POCA, add warning for group reward if not POCA (#5113) 4 年前
GitHub 63169e2c [cherry-pick] Fix group rewards for POCA, add warning for non-POCA trainers (#5120) 4 年前
GitHub ef3d6e0d Adding Hypernetwork modules and unit tests (#5141) 4 年前
Ervin Teng 41dd16e8 Merge branch 'main' into release_15_mm 4 年前
Ervin Teng c108da4a [bug-fix] Fix POCA LSTM, pad sequences in the back (#5206) 3 年前
Ervin Teng bed4bf36 Load individual elements if state dict load fails (#5213) 3 年前
Andrew Cohen 18be47e8 Merge branch 'main' into develop-soccer-groupman-mod 4 年前
GitHub 81705d6d Goal conditioning integration (#5142) 4 年前
vincentpierre d4716caa Merge branch 'main' into goal-conditioning-sensors-3 4 年前
Ervin Teng c05ec9af Fix groupmate obs, add tests 4 年前
Ervin Teng b3499848 Improve tests 4 年前
Ervin Teng 6e04aaf3 Fix poca test 4 年前
Andrew Cohen 42105f23 add load different reward tests 4 年前
Andrew Cohen 98dcb548 test convolutions can be loaded properly 4 年前
Andrew Cohen 2e5b1352 add check that layers still have different dimensions 4 年前
GitHub cb1f5462 Update ml-agents/mlagents/trainers/tests/torch/saver/test_saver.py 4 年前
GitHub f3d586bc Update ml-agents/mlagents/trainers/tests/torch/saver/test_saver.py 4 年前
GitHub c5589b59 [bug-fix] Fix POCA LSTM, pad sequences in the back (#5206) 4 年前
GitHub 9dfe6c7f Load individual elements if state dict load fails (#5213) 4 年前
vincentpierre 51adab1c Fix the attention module embedding size 3 年前
GitHub 353b1566 Fix the attention module embedding size (#5272) 3 年前
Miguel Alonso Jr 4846cf0f Merge branch 'main' into develop-api-documentation-update 3 年前
GitHub 806f04bd Readding the validation of the minimal cnn input size (#5345) (#5346) 3 年前
GitHub 15440c24 Readding the validation of the minimal cnn input size (#5345) 3 年前
GitHub bb07eb45 Adding a fully connected visual encoder for super small visual input + tests (#5351) 3 年前
Miguel Alonso Jr 97b7d5c6 Merge branch 'main' into develop-api-documentation-update 3 年前
GitHub b767b66b Exclude test_visual_encoder_trains from GPU test (#5367) 3 年前
GitHub fc6e8c35 [🐛🔨 ] Fix sac target for continuous actions (#5372) 3 年前