Kush-Gold-Rush / MineShaft

An Gym compatible environment for Artificial Intelligence Reinforcement Agent to play GameFi
MIT License
0 stars 9 forks source link

[feature] Mouse click function #7

Closed NewJerseyStyle closed 2 years ago

NewJerseyStyle commented 2 years ago

Implement interface ThetanArenaEnv._mouse_click() in MineShaft/ThetanArenaEnv.py under branch develop

getting started

  1. fork the repository
  2. create new branch from develop (e.g. feature/mouse-click) to implement new feature of mouse click
  3. assign this issue to yourself/leave comment to this issue identifying you the developer working on this
  4. create pull request after you tested it works
  5. leave comment to this issue request for merging

acceptance criteria

NewJerseyStyle commented 2 years ago

Interface change _mouse_click(right, left) to _mouse_click(action) with action = numpy.array(act, dtype=bool)