This project is a mini-game suite designed to introduce users to reinforcement learning (RL). It is built entirely with HTML, CSS, and JavaScript, allowing it to run easily in any web browser.
- Simple User Interface: Multiple little games made to make a smooth and intuitive introduction to RL.
- Simple User Interface: Designed to be accessible for beginners.
- Reinforcement Learning: A basic Q-Learning network is used to make decisions based on the current game state.
project-root/
│
├── img/
│
├── SelfLearningGame/
│ ├── SelfScrip.js
│ └── SelfBioLearning.html
│
├── DesignSelfLearningGame/
│ ├── DesignScrip.js
│ └── DesignBioLearning.html
│
├── PlayerLearningGame/
│ ├── PlayerScrip.js
│ └── PlayerBioLearning.html
│
├── style/
│ └── style.css
│
├── index.html
├── style.css
└── README.md
- Clone the repository: Go to that link "https://charly-sketch.github.io/DiscoverAI/"
- Clone the repository:
git clone https://github.com/username/project-name.git
- Navigate to the project directory:
cd project-name - Open the
index.htmlfile in a browser:- Simply double-click the
index.htmlfile or open it with your preferred web browser.
- Simply double-click the