Skip to content
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

[Active learning] Merge main #309

Merged
merged 90 commits into from
May 30, 2024
Merged

Conversation

alexhernandezgarcia
Copy link
Owner

@alexhernandezgarcia alexhernandezgarcia commented May 28, 2024

Merges main branch into activelearning branch.

Relevant changes:

  • Environment and proxy are now detached.
  • Branin now assumes that states are in [-1, 1] x [-1, 1] (instead of [0, 1]). This is too much the assumption in the Corners proxy and the default in the Grid and Cube environments.
  • Hartmann also assumes that states are in [-1, 1]^6 (instead of [0, 1]^6).

To be done:

  • Adapt Branin
  • Adapt Hartmann
  • Write tests for Branin and Hartmann using the environments.
  • Update config files of Branin and Hartmann with new and default values

alexhernandezgarcia and others added 30 commits March 19, 2024 14:59
…ultiple instances of the env in the agent instead of copying it
…ts are WIP and everything needs further testing.
@alexhernandezgarcia alexhernandezgarcia marked this pull request as ready for review May 30, 2024 03:30
@ginihumer ginihumer merged commit e37dfac into activelearning May 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants