-
Notifications
You must be signed in to change notification settings - Fork 354
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
update work on metamodel #1379
update work on metamodel #1379
Commits on Dec 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fbb4316 - Browse repository at this point
Copy the full SHA fbb4316View commit details
Commits on Dec 14, 2021
-
tentative fixing master: fixing scikit-image et scikit-learn, and oth…
…ers >= version which is currently ok (#1317) * tentative * fix * tentative * tentative * pouf * simplify * fix
Configuration menu - View commit details
-
Copy full SHA for dc53c8e - Browse repository at this point
Copy the full SHA dc53c8eView commit details
Commits on Dec 15, 2021
-
Add architecture search for Gym (#1315)
* as * black * add_Test * type_fix * typing * fix * fix_bug * fix_weird * wtf * fix * fix * fix * black * switch_to_choice * mypy * fix * fix * fix * fix * fix * fix_type
Configuration menu - View commit details
-
Copy full SHA for 426a2a7 - Browse repository at this point
Copy the full SHA 426a2a7View commit details -
Adding optimization specifically for RL (#1303)
* Adding optimization specifically for RL * fix * fix
Configuration menu - View commit details
-
Copy full SHA for de7efba - Browse repository at this point
Copy the full SHA de7efbaView commit details -
Import benchmarks online for fixing dependencies (#1310)
* fix_dependencies * fix_tests * : missing * fix_lint * fix * fix * fix
Configuration menu - View commit details
-
Copy full SHA for f5dc4f4 - Browse repository at this point
Copy the full SHA f5dc4f4View commit details -
XPs with sparsity on Open AI Gym (#1319)
* XPs with sparsity on Open AI Gym * Update gymexperiments.py
Configuration menu - View commit details
-
Copy full SHA for 7b99d1a - Browse repository at this point
Copy the full SHA 7b99d1aView commit details -
Adding state of the art results on OpenAI Gym results (#1318)
* Update plotting.py * fix * ok_good * fix
Configuration menu - View commit details
-
Copy full SHA for ab97a6e - Browse repository at this point
Copy the full SHA ab97a6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f92d7 - Browse repository at this point
Copy the full SHA e1f92d7View commit details -
testing more algorithms for permutations (#1321)
* testing more algorithms for permutations * fix
Configuration menu - View commit details
-
Copy full SHA for 3dde638 - Browse repository at this point
Copy the full SHA 3dde638View commit details -
Adding yahdlbbbob and simplifying stuff (#1145)
* Update experiments.py * black * fix_case_1 * fix * Update experiments.py
Configuration menu - View commit details
-
Copy full SHA for d3b467f - Browse repository at this point
Copy the full SHA d3b467fView commit details
Commits on Dec 16, 2021
-
* Add olympus function and benchmark * remove surfaces with error * Add noise and use average of noise free surfaces for evaluation_finction * fix static tests * rename olympus to olympussurfaces * fix test_core olympus * replace olympus with olymp in requirements * fix olymp version in requirements * black reformatting * Add discrete and GaussianMixture surfaces * Add discrete and GaussianMixture surfaces * Move surfaces in a class variable * no_need_for_42_because_noiseless * nowindowsforcarraz * fix * fix * fix * fix * fix * fix * fix * fix * bettertest * Add olympus emulators * add BayesNeuralNet * reformat code * minor fix * minor fix * minor fix * add missing package and correct seed problem * remove unused packages * fix silence_tensorflow version * try after merge * fix * gamma_fix * fix * fix * fix_naming * fix * fix * fix * fix * fix * fix * fix * fix * Update requirements/bench.txt Co-authored-by: Jérémy Rapin <[email protected]> * YEEEEEEEES_it_works Co-authored-by: ncarraz <[email protected]> Co-authored-by: Jérémy Rapin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e98e1c1 - Browse repository at this point
Copy the full SHA e98e1c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31fc166 - Browse repository at this point
Copy the full SHA 31fc166View commit details
Commits on Dec 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5c1c284 - Browse repository at this point
Copy the full SHA 5c1c284View commit details
Commits on Jan 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 666e009 - Browse repository at this point
Copy the full SHA 666e009View commit details
Commits on Jan 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c1e83e2 - Browse repository at this point
Copy the full SHA c1e83e2View commit details
Commits on Jan 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e88580b - Browse repository at this point
Copy the full SHA e88580bView commit details
Commits on Jan 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8a92aae - Browse repository at this point
Copy the full SHA 8a92aaeView commit details
Commits on Jan 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5acd82d - Browse repository at this point
Copy the full SHA 5acd82dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7e0d67 - Browse repository at this point
Copy the full SHA c7e0d67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43d79b5 - Browse repository at this point
Copy the full SHA 43d79b5View commit details
Commits on Feb 1, 2022
-
Add installation instruction for MuJoCo (#1352)
* adding installation instruction for MuJoCo * raise error * better error handling Co-authored-by: Mathurin Videau <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4aac4df - Browse repository at this point
Copy the full SHA 4aac4dfView commit details
Commits on Feb 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3778042 - Browse repository at this point
Copy the full SHA 3778042View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc93fdc - Browse repository at this point
Copy the full SHA fc93fdcView commit details -
Add anisotropic progressive optimization (#1344)
* Adding anisotropic progressive optimization * black
Configuration menu - View commit details
-
Copy full SHA for 0631dc6 - Browse repository at this point
Copy the full SHA 0631dc6View commit details
Commits on Feb 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bcf33c2 - Browse repository at this point
Copy the full SHA bcf33c2View commit details
Commits on Feb 14, 2022
-
Residual controllers in RL. (#1359)
* Residual controllers in RL. It's not exactly residual, it's initializing with something closer to identity. It works pretty well. * Update multigym.py * fix * fix * fix * black * fix * seed * Update test_core.py * fix * fix * fix
Configuration menu - View commit details
-
Copy full SHA for e8c1188 - Browse repository at this point
Copy the full SHA e8c1188View commit details
Commits on Feb 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e0b586f - Browse repository at this point
Copy the full SHA e0b586fView commit details
Commits on Mar 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4909e3f - Browse repository at this point
Copy the full SHA 4909e3fView commit details
Commits on Mar 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f737189 - Browse repository at this point
Copy the full SHA f737189View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e1e173 - Browse repository at this point
Copy the full SHA 3e1e173View commit details
Commits on Mar 7, 2022
-
Add the FAO crop model (#1343)
* aquacrop * fix * fix * fix * Update ac.py * black * Update experiments.py (#1361) * fix * Update bench.txt * fix * fix * fix * tentative_pip3 * yet_another_tentative_fi * yet_another_tentative_fi * fix * fix_suffering * desperate_try * desperate_try * desperate_try * desperate_try * fix * desperate_try * desperate_try * desperate_try * desperate_try * fix * Update config.yml * fix * Update setup.py * Update main.txt * fix
Configuration menu - View commit details
-
Copy full SHA for c343bfa - Browse repository at this point
Copy the full SHA c343bfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb921f6 - Browse repository at this point
Copy the full SHA cb921f6View commit details
Commits on Mar 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3bda011 - Browse repository at this point
Copy the full SHA 3bda011View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2796b69 - Browse repository at this point
Copy the full SHA 2796b69View commit details
Commits on Mar 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3a5e9a0 - Browse repository at this point
Copy the full SHA 3a5e9a0View commit details
Commits on Mar 11, 2022
-
* Reduce noise in gym * Update multigym.py * Add comment
Configuration menu - View commit details
-
Copy full SHA for c605a47 - Browse repository at this point
Copy the full SHA c605a47View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0c89ee - Browse repository at this point
Copy the full SHA a0c89eeView commit details