47 次代码提交 (b36fcf16-1a43-49ff-a411-cef6e3dfde4e)

作者 SHA1 备注 提交日期
Andrew Cohen b36fcf16 discrete runs/cont passes 4 年前
Andrew Cohen bd917c9c action buffer passes continuous 4 年前
Andrew Cohen d8dd5e44 Merge branch 'master' into develop-action-buffer 4 年前
Andrew Cohen f6355ba9 Merge branch 'develop-action-spec' into develop-action-buffer 4 年前
Andrew Cohen c745bdd8 rename create empty to empty action 4 年前
Andrew Cohen e5cc57f9 rename create random to random action 4 年前
Andrew Cohen a343f4e1 increase seq length 4 年前
Andrew Cohen 667d295c recurrent sac passes locally but fails on CI for inexplicable reasons 4 年前
Andrew Cohen 653de147 fix AgentExperience typing 4 年前
Andrew Cohen b70e6078 reduce steps_per_update recurrent sac 4 年前
Andrew Cohen 3f771e61 add ActionBuffers and utils 4 年前
Andrew Cohen 95892058 reduce recurrent step/increase batch size 4 年前
Andrew Cohen 8df63dab reduce visual advanced steps 4 年前
Andrew Cohen 4f66ebc2 fix recurrent sac 4 年前
Andrew Cohen 505dcf80 fix recurrent/advanced ppo tests 4 年前
Andrew Cohen 5b9aab58 fix advanced vis encoder simple rl 4 年前
Andrew Cohen a4c3e26a make validate action private 4 年前
Andrew Cohen afd16cc9 rename make_x to creat_x/remove redundant properties 4 年前
Andrew Cohen dca09bd9 add docstrings 4 年前
Andrew Cohen 0e032b0a make is_discrete/is_continuous strict 4 年前
Andrew Cohen 1bbe492c fixed tests/ -> single validate_action func 4 年前
Andrew Cohen c74adb81 fix specs in torch util 4 年前
Andrew Cohen b6d10456 removed action_spec.size 4 年前
Andrew Cohen 55a40cae moved type and shape checking into ActionSpec 4 年前
Andrew Cohen 486b1402 fix yamato 4 年前
Andrew Cohen 719d94e9 fix entropy_sum after merge 4 年前
GitHub 23800f33 Merge branch 'master' into develop-action-spec 4 年前
Andrew Cohen ae920478 resolve conflicts 4 年前
Andrew Cohen 0a3c5633 fix yamato 4 年前
Andrew Cohen ccd7cc4c fix recurrent sac test 4 年前
Andrew Cohen 0e28dd8f add static method to create continuous/discrete 4 年前
Andrew Cohen b47327a9 Add __eq__ and __str__ to ActionSpec 4 年前
Andrew Cohen 97dfa142 fix action_spec refs 4 年前
Andrew Cohen 6cf54bf2 remove self.action_spec from policy/bc 4 年前
Andrew Cohen dc89318d remove ActionType 4 年前
Andrew Cohen 590adc01 make_fake_trajectory/step take ActionSpec arg 4 年前
Andrew Cohen 9689cf2c remove *_action_* from function names 4 年前
Ervin Teng ceeea719 Fix TF policy test 4 年前
GitHub 60b173df [bug-fix] Fix Gym and some Policy tests for ActionSpec (#4590) 4 年前
Ervin Teng 670e1bd6 Fix Gym for ActionSpec 4 年前
Andrew Cohen b40e7793 fix mlagents-envs tests 4 年前
Andrew Cohen 7fe7f3fe fix tf bc test 4 年前
Andrew Cohen 60510f45 use proper spec in environment.py 4 年前
Andrew Cohen f654df34 fixing tensorflow tests 4 年前
Andrew Cohen 8013e544 ignoring Instance of 'AbstractContextManager' has no 'enter_context' member (no-member) 4 年前
Andrew Cohen f5fb82a9 remove uneccesary type from set_actions 4 年前
Andrew Cohen 7827ca06 add ActionSpec; test_simple_rl torch passes 4 年前