Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

better ai and faster learning rate. #10

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c33f1cf
Add files via upload
breadbrowser Jul 12, 2022
eaa9e54
Add files via upload
breadbrowser Jul 12, 2022
f37fe6c
Add files via upload
breadbrowser Jul 12, 2022
e226409
Add files via upload
breadbrowser Jul 12, 2022
14a7c84
Add files via upload
breadbrowser Jul 14, 2022
6903972
Update config.txt
breadbrowser Jul 14, 2022
b14d4e2
Update config.txt
breadbrowser Jul 14, 2022
540133c
Add files via upload
breadbrowser Jul 14, 2022
56e7b24
Update config.txt
breadbrowser Jul 14, 2022
0d15068
Add files via upload
breadbrowser Jul 14, 2022
8bb8747
Delete newcar.py
breadbrowser Jul 18, 2022
56a43fb
Delete map5.png
breadbrowser Jul 18, 2022
dde288b
Delete map4.png
breadbrowser Jul 18, 2022
a41b4fe
Delete map3.png
breadbrowser Jul 18, 2022
04a4886
Delete map2.png
breadbrowser Jul 18, 2022
995cbbd
Delete map.png
breadbrowser Jul 18, 2022
1ad3067
Delete car.png
breadbrowser Jul 18, 2022
d134220
Add files via upload
breadbrowser Jul 18, 2022
be32799
Add files via upload
breadbrowser Jul 18, 2022
d684ed7
Delete maps directory
breadbrowser Jul 21, 2022
265bae3
Delete models directory
breadbrowser Jul 21, 2022
81b87f7
Delete run.cmd
breadbrowser Jul 21, 2022
601e730
Delete newcar_base.py
breadbrowser Jul 21, 2022
4e2c149
Delete newcar.py
breadbrowser Jul 21, 2022
4a57aea
Delete car.png
breadbrowser Jul 21, 2022
1625890
Add files via upload
breadbrowser Jul 21, 2022
029f34a
Create LICENSE.md
breadbrowser Dec 2, 2022
ea2c3a9
Merge pull request #1 from breadbrowser/add-license-1
breadbrowser Dec 2, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 breadbrowser

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
8 changes: 4 additions & 4 deletions config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ node_delete_prob = 0.2
# network parameters
num_hidden = 0
num_inputs = 5
num_outputs = 4
num_outputs = 327

# node response options
response_init_mean = 1.0
Expand All @@ -72,8 +72,8 @@ compatibility_threshold = 2.0
[DefaultStagnation]
species_fitness_func = max
max_stagnation = 20
species_elitism = 2
species_elitism = 7

[DefaultReproduction]
elitism = 3
survival_threshold = 0.2
elitism = 8
survival_threshold = 0.2
Loading