deep-rts
deep-rts copied to clipboard
A Real-Time-Strategy game for Deep Learning research
Hey, I am making a Warcraft 3 sandbox game and train the AIs with RL so they can go against players. Could I ask how you manage to obtain the...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) to 4.1.1 and updates ancestor dependency [@angular/cli](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `http-cache-semantics` from 3.8.1 to 4.1.1 Commits 2449650 Update mocha 560b2d8 Don't use regex...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) to 0.7.33 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `ua-parser-js` from 0.7.21 to 0.7.33 Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 /...
I want to customize the models/algorithms for each of the players (for example, comparing two different kinds of DQNs where one has a smaller experience replay than the other, etc)....
Installed successfully, then when trying to import I get ```bash Traceback (most recent call last): File "/Users/moalla/mambaforge/envs/deep-rts/lib/python3.9/site-packages/DeepRTS/__init__.py", line 2, in from DeepRTS import Engine ImportError: cannot import name 'Engine' from...