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

Configurable Arena Size #25

Open
alhasacademy96 opened this issue Jul 10, 2023 · 5 comments
Open

Configurable Arena Size #25

alhasacademy96 opened this issue Jul 10, 2023 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@alhasacademy96
Copy link
Contributor

alhasacademy96 commented Jul 10, 2023

-------[Moved from unity-ai-repo]

It would be good to be able to configure the size of the arena. The default can be 40x40 as it is now, but perhaps it would be good to be able to go from, say, 4x4 up to 120x120 or something (maybe infinite sized arenas for v4.0+?). It'll make the spawning coordinates trickier for the user as they'll have to bear in mind what size arena they work with, but otherwise, it'll have many use cases. For example, when training agents, it can be handy to have a small arena first, so that everything is close to everything else and they're more likely to hit a reward by chance.

I'm imagining a config like this:

!ArenaConfig 
arenas:
  0: !Arena
    pass_mark: 0
    t: 100
    arena_dims: [40,40]
    items:
    - !Item
      name: Agent
      positions:
      - !Vector3 {x: -1, y: 0, z: -1}
    - !Item
      name: GoodGoalMulti
      sizes:
      - !Vector3 {x: 0.5, y: 0.5, z: 0.5}
@alhasacademy96 alhasacademy96 added enhancement New feature or request Required For Version 3.0 This fix is required for the V3.0 Paper & Release labels Jul 10, 2023
@alhasacademy96 alhasacademy96 added this to the Version 3 Paper milestone Jul 10, 2023
@alhasacademy96 alhasacademy96 self-assigned this Jul 10, 2023
@alhasacademy96 alhasacademy96 removed this from the Version 3 Paper milestone Aug 10, 2023
@alhasacademy96 alhasacademy96 removed the Required For Version 3.0 This fix is required for the V3.0 Paper & Release label Aug 10, 2023
Copy link

github-actions bot commented Dec 4, 2023

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Dec 4, 2023
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale. Please open a new issue for related bugs.

Copy link

github-actions bot commented Feb 1, 2024

This issue is stale because it has been open for 45 days with no activity.

Copy link

This issue is stale because it has been open for 45 days with no activity.

@github-actions github-actions bot added the stale label Apr 27, 2024
@alhasacademy96
Copy link
Contributor Author

Potentially worked in July 2024.

@github-actions github-actions bot removed the stale label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant