Panopticon-AI-team / panopticon

A wargaming platform compatible with reinforcement learning agents
https://www.panopticon-ai.com
Apache License 2.0
8 stars 0 forks source link

Add missing actions to gym environment #97

Open duyminh1998 opened 2 hours ago

duyminh1998 commented 2 hours ago

When we migrated from Typescript to Python, some important functions (e.g. moving an aircraft) were dropped because they were always tied to the frontend. We need to add these back in to make it possible for agents to better interact with the gym environment.

duyminh1998 commented 2 hours ago

As a proof of concept, make a demo script that shows a scripted agent guiding an aircraft from point A to point B.

duyminh1998 commented 1 hour ago