Farama-Foundation / Miniworld

Simple and easily configurable 3D FPS-game-like environments for reinforcement learning
http://miniworld.farama.org/
Apache License 2.0
700 stars 131 forks source link

Created ManualControl Class for easy testing #94

Closed BolunDai0216 closed 1 year ago

BolunDai0216 commented 1 year ago

Description

Change the manual control script to include a ManualControl class which can be easily used with unregistered environments.

Type of change

Checklist:

BolunDai0216 commented 1 year ago

If this is functionally identical to the old version that is good with me

I just wrapped manual control functionalities of the previous code into a class, and moved the command line argument parser into the main function.