Commit Graph

141 Commits

Author SHA1 Message Date
wls2002
20320105e6 move crossover_gene from ga.crossover to gene.basegene. 2024-05-30 15:06:08 +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
79d53ea7af All function with state will update the state and return it.
Remove randkey args in functions with state, since it can attach the randkey by states.
2024-05-25 20:45:57 +08:00
wls2002
5626fddf41 add params key into setup. 2024-05-25 17:00:20 +08:00
wls2002
bc378cec7f make fully stateful in module ga. 2024-05-25 16:54:19 +08:00
wls2002
c0a7503168 make fully stateful in module ga. 2024-05-25 16:47:25 +08:00
wls2002
485d481745 make fully stateful in module genome. 2024-05-25 16:19:06 +08:00
wls2002
625c261a49 make fully stateful in module gene. 2024-05-25 16:13:41 +08:00
wls2002
3b2f917aee update class State. Add method register and update method update. 2024-05-25 16:05:47 +08:00
wls2002
25f66dc2fb re-add all files 2024-05-24 20:16:07 +08:00
wls2002
1165819df9 add gitignore 2024-05-24 20:14:20 +08:00
WLS2002
542b8efd73 Merge pull request #4 from EMI-Group/advance
add step_limit to rl envs; 
add more initialize methods;
2024-05-24 19:43:03 +08:00
WLS2002
3547aa4c66 Merge branch 'main' into advance 2024-05-24 19:42:03 +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
bb80f12640 Merge remote-tracking branch 'origin/main' 2024-05-22 10:27:50 +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
Priokin
40b7d8360c initialize methods 2024-05-21 14:34:01 +08:00
WLS2002
33d7821c21 Change tensorNEAT to TensorNEAT 2024-05-21 10:16:31 +08:00
wls2002
d1559317d1 update readme.md for environment configuration 2024-05-20 20:45:48 +08:00
EMI_Ran
0e89ed1d7c Update README.md 2024-05-16 13:17:49 +08:00
EMI_Ran
990b0e8982 Update README.md 2024-05-16 09:18:58 +08:00
EMI_Ran
f4c7d0d73c Update README.md 2024-05-16 09:17:15 +08:00
WLS2002
3b8246e50e Merge pull request #1 from djole/main
Fix env_name typo and show function in brax env.
2024-04-28 19:08:58 +08:00
Djordje Grbic
4336c81ae3 Remove state from act_func arguments 2024-04-16 12:18:22 +02:00
Djordje Grbic
5fdf33ea14 Fix env_name typo 2024-04-16 11:18:15 +02:00
WLS2002
2729a0f2d3 Update README.md 2024-04-09 21:02:44 +08:00
EMI_Ran
c212e13f18 Update README.md 2024-04-06 12:11:43 +08:00
EMI_Ran
6be0d1d81d Update README.md 2024-04-06 12:11:13 +08:00
EMI_Ran
40fdafaecc Update README.md 2024-03-27 17:36:53 +08:00
EMI_Ran
b6d52d773e Update README.md 2024-03-27 17:34:59 +08:00
EMI_Ran
d19f4e6e3a Update README.md 2024-03-27 17:05:32 +08:00
EMI_Ran
2d5411511e Update README.md 2024-03-27 17:04:15 +08:00
EMI_Ran
8c34cbafce Update README.md 2024-03-27 17:01:07 +08:00
WLS2002
dd0499da82 Update README.md 2024-03-27 10:52:38 +08:00
WLS2002
f4a4d60cc4 Update README.md 2024-03-27 10:50:02 +08:00
wls2002
85a6c60a3d Merge branch 'main' of github.com:EMI-Group/tensorneat 2024-03-26 22:04:25 +08:00
wls2002
47dbcbea80 change repo structure; modify readme 2024-03-26 21:58:27 +08:00
EMI_Ran
fd91ee4f5e Update README.md 2024-03-26 08:39:46 +08:00
wls2002
6970e6a6d5 finish all refactoring 2024-02-21 15:41:08 +08:00
wls2002
aac41a089d new architecture 2024-01-27 00:52:39 +08:00
WLS2002
4efe9a53c1 Update README.md 2024-01-21 23:05:31 +08:00
wls2002
82eeb194de update half_cheetah.gif 2023-10-22 21:02:18 +08:00
wls2002
15dadebd7e complete show() in brax env 2023-10-22 21:01:06 +08:00
wls2002
7f042e07c2 add brax env 2023-10-17 20:20:03 +08:00
wls2002
f217d87ac6 delete useless;
append readme
2023-09-15 23:50:10 +08:00
wls2002
4efa9445d5 refactor names;
delete useless
2023-09-15 22:33:21 +08:00
wls2002
d317317ed2 add hardware test 2023-08-15 09:08:58 +08:00
wls2002
0a7087353d add graph part 2023-08-13 23:54:41 +08:00