pip install -r requiremnts.txt
- Create an environment for a sample game.
- Initialize goal and hell states (optional:complex scenario with multiple block states).
- Try out Exploration vs Exploitation with different methods.
- Point out DQN vs Qlearning
- Game -
python env_sul3104.py
- Train DQN -
python DQN_model.py
- Train Qlearning -
python Q_learning.py