-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BC] Add an interactive only mode for env.py #377
Commits on Sep 3, 2024
-
Combine two tf_agents policies with timestep spec
given by combine_tfa_policies_lib.get_input_signature() and action spec given by combine_tfa_policies_lib.get_action_spec() The combiner policy uses a new timestep spec feature "model_selector" to select the requested policy at the current state. The feature is computed as a md5 hash from the respective policies names.
Configuration menu - View commit details
-
Copy full SHA for a06d452 - Browse repository at this point
Copy the full SHA a06d452View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15876f7 - Browse repository at this point
Copy the full SHA 15876f7View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9bc8c05 - Browse repository at this point
Copy the full SHA 9bc8c05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86e4d12 - Browse repository at this point
Copy the full SHA 86e4d12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27dee69 - Browse repository at this point
Copy the full SHA 27dee69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47f5efc - Browse repository at this point
Copy the full SHA 47f5efcView commit details -
Merge branch 'policy_combiner' of https://github.com/tvmarino/ml-comp…
…iler-opt into policy_combiner
Configuration menu - View commit details
-
Copy full SHA for bf12cee - Browse repository at this point
Copy the full SHA bf12ceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5b6b6f - Browse repository at this point
Copy the full SHA f5b6b6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35d9e8c - Browse repository at this point
Copy the full SHA 35d9e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d6783d - Browse repository at this point
Copy the full SHA 5d6783dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7997f14 - Browse repository at this point
Copy the full SHA 7997f14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59d3677 - Browse repository at this point
Copy the full SHA 59d3677View commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6d8c0c7 - Browse repository at this point
Copy the full SHA 6d8c0c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b0cefd - Browse repository at this point
Copy the full SHA 3b0cefdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78460ce - Browse repository at this point
Copy the full SHA 78460ceView commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b5d67b - Browse repository at this point
Copy the full SHA 5b5d67bView commit details
Commits on Oct 1, 2024
-
Patch to env.py and compilation_runner.py which adds working_dir to
TimeStep. The patch also gives the option to keep the temporary working_dir by setting keep_temps in compilation_runner.py to a directory where all temporary working_dirs will be saved.
Configuration menu - View commit details
-
Copy full SHA for 6be7186 - Browse repository at this point
Copy the full SHA 6be7186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6342dda - Browse repository at this point
Copy the full SHA 6342ddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3082ae7 - Browse repository at this point
Copy the full SHA 3082ae7View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2e26243 - Browse repository at this point
Copy the full SHA 2e26243View commit details -
Added interactive only mode for env.py which
compiles only using iclang instead of both clang and iclang.
Configuration menu - View commit details
-
Copy full SHA for 56fa72a - Browse repository at this point
Copy the full SHA 56fa72aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 463d813 - Browse repository at this point
Copy the full SHA 463d813View commit details -
Improved _get_clang_generator documentation in env.py.
Changed the unit test for MLGOEnvironment to check if the clang sessions are equal and respect the interactive_only variable.
Configuration menu - View commit details
-
Copy full SHA for 5568aaf - Browse repository at this point
Copy the full SHA 5568aafView commit details -
Merge branch 'behavior_cloning' of https://github.com/tvmarino/ml-com…
…piler-opt into behavior_cloning
Configuration menu - View commit details
-
Copy full SHA for 0c20688 - Browse repository at this point
Copy the full SHA 0c20688View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac307fc - Browse repository at this point
Copy the full SHA ac307fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07a77ce - Browse repository at this point
Copy the full SHA 07a77ceView commit details