-
Notifications
You must be signed in to change notification settings - Fork 0
LLM Version #32
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
base: main
Are you sure you want to change the base?
LLM Version #32
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds support for custom agent positioning and angles to the Terra environment for LLM integration. It modifies the environment to accept optional custom starting positions and angles for agents while maintaining backward compatibility with existing behavior.
- Support for custom agent starting positions and angles throughout the environment pipeline
- Enhanced visualization system to handle multiple agents with additional information
- Configuration updates to support different map paths and reduced curriculum levels
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 6 comments.
Show a summary per file
File | Description |
---|---|
terra/viz/main_manual.py | Adds custom position and angle parameters to environment reset |
terra/viz/game/game.py | Extends visualization to support multiple agents and partition rendering |
terra/state.py | Passes custom position/angle parameters through state initialization |
terra/env.py | Updates environment reset to accept and handle custom agent parameters |
terra/config.py | Modifies curriculum configuration paths and comments out unused levels |
terra/agent.py | Implements custom positioning logic with validation and fallback mechanisms |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This PR includes the following:
The executables
and
should work as before