-
Notifications
You must be signed in to change notification settings - Fork 7
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
Implement saving environment configurations into config files #54
Comments
@Adman any trouble with this? Can we include it in the new release? |
@Adman what is the status of this? Any issues I can help with? |
@mrshu There's a problem with pgu FileDialog. Not sure how to add there input widget for name of file |
@Adman ok, I'll take it from here. Can you create a separate branch for this feature? |
Well, this has been pushed to master. Please test it. I think it should be kind of stable. |
@Adman what's the state of this? Did you have a chance to test it? |
Yes, this was tested immediately whe you pushed it. |
Ok, awesome. "Adrián Matejov" notifications@github.com wrote:
mrShu, http://mr.shu.io |
I was testing it on Linux and there is some trouble. env.py -> function write_config |
Right now the environment configuration is being saved to the
./config.yml
file. It would make sense to have ability to create different configurations (robots combined with rooms) and then load them up.This file would be the same as
./config.yml
and could have.nec
or.necfg
extension (for nxtIDE environment config).@Adman Are there any issues with this? Is it implementable?
The text was updated successfully, but these errors were encountered: