-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add training maze database and tutorial (#21)
- Loading branch information
Showing
10 changed files
with
14,785 additions
and
31 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,11 +1,16 @@ | ||
# This folder contains various databases of different mazes. | ||
|
||
Currently, it only has one database of mazes good for probability change experiments! | ||
These mazes are useful for training or probability change experiments. | ||
|
||
----- | ||
|
||
|
||
`probability_change_mazes` contains 38208 mazes that are currently not used in barrier sequences. These are good for probabilty change experiments. | ||
- The column `probability_group` groups the mazes, such that all mazes in a group have at least 10 hexes different on optimal paths. | ||
- There are 2077 groups with ~5-40 mazes in each group. | ||
- See [`Generate_Probability_Change_Database.ipynb`](../Tutorials/Generate_Probability_Change_Database.ipynb) in the `Tutorials` folder for more info on how this database was generated. | ||
- See [`Generate_Probability_Change_Database.ipynb`](../Tutorials/Generate_Probability_Change_Database.ipynb) in the `Tutorials` folder for more info on how this database was generated. | ||
|
||
`training_maze_database` contains 11554 mazes used for early stages of training when the rats are getting used to the maze. | ||
- All path lengths between reward ports are of equal length. There are 9288 mazes where all reward path lengths are 15 hexes, and 2266 mazes where all reward path lengths are 17 hexes. | ||
- Mazes have either 5 or 6 barriers. | ||
- There are no straight paths >8 hexes long | ||
- See [`Generate_Training_Maze_Database.ipynb`](../Tutorials/Generate_Training_Maze_Database.ipynb) in the `Tutorials` folder for more info on how this database was generated. |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
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
Oops, something went wrong.