My first mesa project, and I want to contribute back #1147
ValerioB88
started this conversation in
Show and tell
Replies: 2 comments 4 replies
-
@ValerioB88 very cool! If you follow this guide it should give you everything you need. let me know if you have any issues. Although we need to fix the hyperlinks as we no longer use google groups. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ValerioB88 Can you post a link to your github/fork as is? Your code demonstrates alot of capabilities that I've been wanting, but either are unclear from documentation or just not existing. Could you elaborate on what changes you've made? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have developed this Neuroevolution environment in Mesa
https://www.youtube.com/watch?v=pOF1H84xPik&feature=youtu.be&ab_channel=VBiscione
In order to do that, I have slightly changed the mesa codebase. I am a bit of a noob in collaboration workflow and was wondering what's the best way to contribute to the project or at least share my code.
My intuition is that the best way would be to fork the mesa repo, add my changes, and open a pull request (I believe the changes might be useful in general).
Then, in a different repo, upload my code, which will somehow need to refer to my mesa fork (I am not sure how to do that... should I add my mesa-fork git repo in the requirements?)
Any suggestion is appreciated :)
EDIT: this is now in a public repo https://github.com/ValerioB88/EvoAgent
Beta Was this translation helpful? Give feedback.
All reactions