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

Set up development environment #1

Closed duyminh1998 closed 1 year ago

duyminh1998 commented 1 year ago

Description

As developers, we should set up an environment that controls the required packages and dependencies so that we minimize the time required to start developing

Acceptance criteria

Developers can set up an environment on their local machine and run the repository

duyminh1998 commented 1 year ago

poetry is one popular environment and dependency manager

duyminh1998 commented 1 year ago

added poetry set up file and cleaned up file structure a bit. Tested changes and everything is still working.