-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 2.1.0 (Check the "Patch Note.md" file in the "doc" folder for…
… more information)
- Loading branch information
Showing
9 changed files
with
267 additions
and
74 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Q-Injection | ||
|
||
This project is made to inject different types of Q-Tables in the Q-Table for the Q-Learning Frozen Lake. | ||
|
||
### Here's the type of Q-Table you could inject: | ||
- Virgin Q-Table | ||
- Randomize Q-Table | ||
- Optimized Q-Table | ||
- 2 Rewards Q-Table | ||
|
||
### **⚠️WARNING!⚠️** | ||
1. This project doesn't work fully with the area 8x8, 16x16 and could contain bugs. | ||
2. To have a full access to the 2x2 and 4x4 Q-Tables to inject, you need to change the environment in the `main.py` and `QInjection.py` files. | ||
|
||
(_The maps are in the_ `maps.md` _file in the_ `Tools` _folder. You only need to copy the map you want and replace it in the code by paste it._) | ||
|
||
## Goals | ||
This project have three goals, | ||
1. Test Q-Table | ||
2. Upgrade them again | ||
3. Do it both train before test after | ||
|
||
<p style="color:#ADD8E6">blue</p> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.