Jason Rupert

Results 9 comments of Jason Rupert

I think the parameters to the VariableLength function are misnamed but the functionality is correct (i.e. just swapping the parameters in the function declaration and where they are used in...

Hi! I'd like to help resolve this issue, but I haven't been able to reproduce the problem. Can those who are encountering the error confirm that they've followed these steps...

Two possible fixes to try in the meantime: - Remove the version of ML-Agents you have from the Package Manager and the use Install From Disk and install both the...

I think if you push more changes to the file the pull request will update. Alternatively if Miguel approves we can accept this pull request and I can update with...

The request makes sense, a custom measure for advancing the curriculum training would be useful. How does Elo rating change with self-play though?

I see. Elo is an existing measure and the learning agent plays against a frozen (non-learning) opponent?

The changes on [this branch](https://github.com/Unity-Technologies/ml-agents/tree/dev_curriculum_with_elo) allow you to drive curriculum steps with the Elo score. Example of environment_parameters I tested it with (added to SoccerTwos.yaml): ``` environment_parameters: ball_touch: curriculum: -...

I've reproduced the environment you describe but do not get the error you are getting. Can you do a `pip3 list` and share it?

What versions of attrs and cattrs do you have?