An Gym compatible environment for Artificial Intelligence Reinforcement Agent to play GameFi
⚠️ Currently support Windows 10 only
Getting started
Install Thetan Arena And set its resolution to 1280 * 720
Download this repository
git clone -b develop https://github.com/NewJerseyStyle/MineShaft.git
Install dependencies
cd MineShaft
python3 -m pip install -r requirenments.txt
Test to train with PPO (CnnPolicy)
python3 test.py
from MineShaft import MineShaft
env = MineShaft()
env.enter_match(random_character=True)
for _ in range(1000):
observation, reward, done, info = env.step(env.action_space.sample())
env.close()
Thanks goes to these wonderful people (emoji key):
ivesiuchunproject 💻 🚧 |
LeeKaYip ⚠️ 🐛 |
This project follows the all-contributors specification. Contributions of any kind welcome!
Install dependencies
python3 -m pip install -r requirenments.txt
PPO
(developer)python3 test.py
Open your favourite editor and change anything to see what will happen.
⚠️ Before submitting pull request, please read instructions in CONTRIBUTING.md to prevent reject of pull request ( 🚧
400 Bad Request
) and make both of us happy ☕.