Panopticon-AI-team / panopticon

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

Create a server #15

Open duyminh1998 opened 8 months ago

duyminh1998 commented 8 months ago

We should

create a server that will run the simulation logic

Because

running the game simulation in the frontend is causing us some bugs

Complexity

Medium to hard

Definition of Done

Frontend is only concerned with displaying data while a server can run the simulation

orgulous commented 1 week ago

Isn't this done?

duyminh1998 commented 1 week ago

No. We do not have a server. We have a client-only web application and a Gymnasium environment.