wls2002
|
dfc8f9198e
|
add repr for genome and gene;
add ipynb test for testing whether add node or add conn will not change the output for the network.
|
2024-06-09 22:32:29 +08:00 |
|
wls2002
|
374c05f5b7
|
Merge remote-tracking branch 'origin/remove_enable' into remove_enable
# Conflicts:
# tensorneat/examples/func_fit/xor_kan.py
|
2024-06-07 17:10:22 +08:00 |
|
wls2002
|
3d5b80c6fa
|
add action_policy for problem;
|
2024-06-07 17:09:16 +08:00 |
|
WLS2002
|
235b1f3c74
|
delete unreleased example
|
2024-06-05 14:27:54 +08:00 |
|
wls2002
|
10ec1c2df9
|
add jumanji env;
add repeat times for rl_env
|
2024-06-05 14:24:17 +08:00 |
|
wls2002
|
edfb0596e7
|
add input_transform and update_input_transform;
change the args for genome.forward.
Origin: (state, inputs, transformed)
New: (state, transformed, inputs)
|
2024-06-03 10:53:15 +08:00 |
|
wls2002
|
a07a3b1cb2
|
add KNN
|
2024-06-02 19:38:48 +08:00 |
|
wls2002
|
4ad9f0a85a
|
remove attr enable for conn
|
2024-05-31 22:06:25 +08:00 |
|
wls2002
|
3a7d05f133
|
show the node cnt and conn cnt in pipeline;
mutate add node or add conn will not happen when there is no enough space for new nodes or conns.
|
2024-05-31 16:07:23 +08:00 |
|
wls2002
|
47b1cacb57
|
fix bug for record the best genome.
|
2024-05-31 15:36:47 +08:00 |
|
wls2002
|
6aa9011043
|
modify pipeline for "update_by_data";
fix bug in speciate. currently, node_delete and conn_delete can successfully work
|
2024-05-31 15:32:56 +08:00 |
|
wls2002
|
cd92f411dc
|
add args record_episode in rl tasks, with related test "test_record_episode.ipynb";
add args return_data in func_fit tasks.
|
2024-05-30 17:05:56 +08:00 |
|
wls2002
|
9f6154d128
|
update HyperNEAT;
All example can currently run!
|
2024-05-26 19:51:22 +08:00 |
|
wls2002
|
18c3d44c79
|
complete fully stateful!
use black to format all files!
|
2024-05-26 18:08:43 +08:00 |
|
wls2002
|
cf69b916af
|
use black format all files;
remove "return state" for functions which will be executed in vmap;
recover randkey as args in mutation methods
|
2024-05-26 15:46:04 +08:00 |
|
wls2002
|
1fe5d5fca2
|
disable activation in the output node of network;
we recommend to use output_transform;
change hyperparameters (strong) in XOR example;
|
2024-05-22 11:09:25 +08:00 |
|
wls2002
|
6a37563696
|
fix bug in crossover: the child from two normal networks should always be normal.
|
2024-05-22 10:27:32 +08:00 |
|
wls2002
|
d1559317d1
|
update readme.md for environment configuration
|
2024-05-20 20:45:48 +08:00 |
|
Djordje Grbic
|
5fdf33ea14
|
Fix env_name typo
|
2024-04-16 11:18:15 +02:00 |
|
wls2002
|
47dbcbea80
|
change repo structure; modify readme
|
2024-03-26 21:58:27 +08:00 |
|