diff --git a/.gitignore b/.gitignore index 335e830..0efd241 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ **/__pychache__ .idea RL -AI-Adventure*.json diff --git a/__pycache__/utils.cpython-36.pyc b/__pycache__/utils.cpython-36.pyc new file mode 100644 index 0000000..8a66c5a Binary files /dev/null and b/__pycache__/utils.cpython-36.pyc differ diff --git a/__pycache__/utils.cpython-37.pyc b/__pycache__/utils.cpython-37.pyc new file mode 100644 index 0000000..9adb104 Binary files /dev/null and b/__pycache__/utils.cpython-37.pyc differ diff --git a/generate.sh b/generate.sh new file mode 100755 index 0000000..b74353f --- /dev/null +++ b/generate.sh @@ -0,0 +1,6 @@ +#!/bin/bash +END=20 +for ((I=0;I 1): + generate_cache() + else: + app.run(host='0.0.0.0', port=8080)