Niels Justesen

Results 17 issues of Niels Justesen

I have installed the requirements using `pip install -r requirements.txt` and `git clone https://github.com/uber-research/atari-reset atari_reset`. I then run `./phase1_downscaled.sh breakout . 500`. I get the following error: ``` Traceback (most...

Typo fixed: adb shell /data/loal/tmp/touch -> adb shell /data/local/tmp/touch

I don't believe this is true in https://njustesen.github.io/botbowl/gym.html: "The action space is discrete, the action is an int in the range 0

documentation

WORKING: ``` gym==0.21.0 ``` NOT WORKING: ``` gym==0.24.1 ```

This happened during quick snap when using the MCTS agent in a game with pathfinding disabled. ``` Traceback (most recent call last): File "/Users/noju/git/botbowl/examples/mcts_example.py", line 318, in game.init() File "/Users/noju/git/botbowl/botbowl/core/game.py",...

There are currently too many steps to take to create a game. This should be hidden away in either the constructor of Game og as a helper function. The current...

enhancement

This would speed up the web server and will be very useful when the server is remote.

enhancement
UI

This will make Game simpler and allow for different kinds of interactions with it, e.g. forward models, gym envs, competitions matches, etc.

enhancement