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

Add multi-agent functionality to ULTRA episodes function #570

Merged
merged 17 commits into from
Feb 19, 2021

Conversation

christianjans
Copy link
Contributor

@christianjans christianjans commented Feb 10, 2021

Currently, the Episode object used to record agent data during training and evaluation only supports the recording of a single agent's data.

This change will allow the Episode object to record the training and evaluation data of multiple agents.

@christianjans christianjans added the ULTRA Tickets related to Unprotected Left Turns label Feb 10, 2021
@christianjans christianjans linked an issue Feb 10, 2021 that may be closed by this pull request
3 tasks
@AlexLewandowski
Copy link
Contributor

Would it be more convenient to have a default AGENT_ID arg in episodes, like 007, so that we won't have to change every instance of episodes?

@christianjans
Copy link
Contributor Author

christianjans commented Feb 11, 2021

Yeah, good point! The extra agent_ids parameter was inconvenient, this new version gets rid of it. The new version allows whatever is using episodes to track whichever agent without having to specify an agent_ids parameter in episodes(...).

@christianjans christianjans changed the title Add multi-agent functionality to ULTRA episodes Add multi-agent functionality to ULTRA episodes function Feb 11, 2021
@christianjans christianjans marked this pull request as ready for review February 16, 2021 17:00
@christianjans christianjans force-pushed the ultra_multiagent_episodes branch 2 times, most recently from 317ba49 to 57dafec Compare February 18, 2021 19:56
@christianjans christianjans merged commit d902eab into develop Feb 19, 2021
@christianjans christianjans deleted the ultra_multiagent_episodes branch February 19, 2021 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ULTRA Tickets related to Unprotected Left Turns
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add basic multi-agent functionality to ULTRA
3 participants