OpenAI Gym environment for resource management
- Need to penalise invalid selection, otherwise agent won't learn.
- Following this guide.
- Almost finished but refactoring and adding unit tests.
conda env create -f environment.ymlRegister the Environment
cd .. # or cd to where contains resource-management-env
pip install -e resource-management-envCreate conda environment with Jupyter Lab
conda env create -f environment-dev.yml