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

Build Lego (ELM Basic Interface) #9

Merged
merged 8 commits into from
Oct 21, 2022
Merged

Build Lego (ELM Basic Interface) #9

merged 8 commits into from
Oct 21, 2022

Conversation

herbiebradley
Copy link
Collaborator

This PR implements ELM stage 1 using Salesforce CodeGen models and prompt engineering.

Feedback welcomed on the interface/code structure. The current state is very untested and not cleaned up, this PR is being submitted now to show the code structure.

elm.py Outdated Show resolved Hide resolved
diff_model.py Outdated Show resolved Hide resolved
@daia99
Copy link
Collaborator

daia99 commented Oct 4, 2022

https://github.com/CarperAI/ELM/blob/6bf347c13301afadfb093616a6b84d64a59a686f/map_elites/map_elites.py#L59-L62

To support replicating the datasets for Stage 2, we'll need to record all examples mapped to the archive without discarding them.

Not sure if this is within scope of the stage 1 commit, but what's a good way to add support for this option (for ELM sodaracer), while keeping this more general as a map_elites implementation? Would this make sense as a parameter/option in the env that can be checked?

@honglu2875 honglu2875 mentioned this pull request Oct 10, 2022
2 tasks
@herbiebradley herbiebradley marked this pull request as ready for review October 21, 2022 17:12
@herbiebradley herbiebradley merged commit 3d1f9bb into main Oct 21, 2022
@herbiebradley
Copy link
Collaborator Author

Merged to get basic functionality into main. Will make a PR to add code style requirements, documentation, etc soon.

@herbiebradley herbiebradley deleted the build-lego branch October 22, 2022 14:01
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.

None yet

4 participants