Alien Invasion Game is a Python-based space shooter game where players control a ship at the bottom of the screen and must defend it from incoming alien fleets. The game features progressive ...
A Deep Q-Network (DQN) implementation for training an Agent to master Atari Space Invaders using PyTorch and OpenAI Gymnasium. DeepRL_SpaceInvaders/ ├── scripts/ │ ├── __init__.py │ ├── evaluate_agent ...