wls2002
7e872c7191
update logo
2026-02-09 11:36:44 +08:00
wls2002
cc651bbd75
update evox logo
2026-02-09 11:35:40 +08:00
WLS2002
b9778dcf8b
Update README.md
2025-08-20 20:29:25 +08:00
WLS2002
44be8fdc4f
Update README.md
2025-08-20 20:29:06 +08:00
WLS2002
505556a214
Update README.md
2025-08-20 20:26:47 +08:00
WLS2002
79b3b4af1c
Create README.md in EvoX example
2025-08-20 20:18:28 +08:00
WLS2002
4422cc613e
Merge pull request #30 from mg10011/feature/RecurrentMutation
...
Add RecurrentMutation class for more control over recurrent mutations
2025-04-23 09:40:58 +08:00
massy
7b2ae5c8a2
Add RecurrentMutation class for more control over recurrent mutations
...
Extends DefaultMutation with a specialized implementation that:
- Adds a bias parameter (p_recur) for controling the likelihood of
a new connection mutation to be a recurrent connection
- Implements an vectorized algorithm for connection addition with retry
logic
- Preserves all other mutation operations from the base implementation
- Maintains API compatibility with DefaultMutation
2025-04-22 10:35:47 -04:00
WLS2002
96923be0b5
Update README.md
2025-04-21 12:44:14 +08:00
wls2002
1ff10b89bd
add new example (xor_without_pipeline)
2025-04-19 20:15:52 +08:00
wls2002
2c6adf7377
make rl envs lazy import
2025-04-19 20:15:24 +08:00
WLS2002
3d57ca4cdd
Merge pull request #25 from Nam-dada/main
...
Add mujoco_playground problem and example test
2025-04-16 10:46:51 +08:00
wls2002
ffc1f09be0
Remove printing for useless nodes when generating python code or latex formula
2025-04-16 10:43:38 +08:00
wls2002
5fa5e81c72
add example for recurrent network
2025-04-16 10:06:23 +08:00
Nam-dada
638418ccef
update test
2025-04-14 10:00:57 +08:00
Nam-dada
f394280347
test
2025-04-14 09:47:55 +08:00
Nam-dada
d8ad708e5b
Add mujoco playground
2025-04-10 17:28:09 +08:00
wls2002
d2baa4bbff
fix bug in walker2d_evox
2025-03-26 10:56:57 +08:00
wls2002
f017e8357a
update Evox releated for EvoX-v0.9.1
2025-03-26 10:05:49 +08:00
wls2002
55f1c626d3
fix bugs in to python code, see issue( https://github.com/EMI-Group/tensorneat/issues/24#issuecomment-2731438212 )
2025-03-19 11:56:06 +08:00
WLS2002
540f1b3a43
Merge pull request #22 from williamgt/show-details-use-previous-population
...
Show details for previous generation, not next one
2025-03-12 14:48:22 +08:00
williamgt
287151bf00
Does not request the new population from state, instead use the previous population to evaluate the show_details function from Problem, reflecting which generation is used for printing fitness in the prior part of this function
2025-03-10 12:01:14 +01:00
WLS2002
cbfc6b47f3
Update LICENSE
2025-02-28 11:05:59 +08:00
wls2002
b30cbdc669
add remove in state
2025-02-25 10:50:50 +08:00
WLS2002
6d93930c98
Merge pull request #21 from WhymustIhaveaname/main
...
add mp4 format to show; fix a bug in visualize
2025-02-24 09:42:08 +08:00
WhymustIhaveaname
b07add7231
Merge branch 'EMI-Group:main' into main
2025-02-23 18:17:28 +08:00
Zenbook
c2566c3931
add mp4 format to show; fix a bug in visualize
2025-02-23 18:16:44 +08:00
wls2002
6d5f573e28
Add examples for saving evolving state and then restore evolving
2025-02-22 18:51:02 +08:00
wls2002
71771debfc
add using_multidevice option in pipeline
2025-02-18 18:25:14 +08:00
WLS2002
14c861b154
Merge pull request #20 from WhymustIhaveaname/main
...
fix show error of cartpolev1; add multi device support to pipeline
2025-02-18 16:44:58 +08:00
Zenbook
d86a3196bd
fix show error of cartpolev1
2025-02-17 23:38:50 +08:00
WhymustIhaveaname
d205d34ad2
Merge branch 'EMI-Group:main' into main
2025-02-17 23:17:50 +08:00
Youran on Lambda
626afcdf75
add multi device support to pipeline
2025-02-17 23:06:49 +08:00
WLS2002
57bca89ac2
Merge pull request #19 from EMI-Group/dev-doc
...
Dev doc
2025-02-17 17:34:27 +08:00
wls2002
d787e13a72
update doc
2025-02-17 17:30:33 +08:00
wls2002
8e240b20c6
update doc
2025-02-17 17:25:59 +08:00
wls2002
72c1604ea0
upodate conf.py in doc
2025-02-17 17:12:22 +08:00
wls2002
b3277d1b9d
remove useless requirement
2025-02-17 17:09:59 +08:00
wls2002
185b7162ec
update doc
2025-02-17 17:07:14 +08:00
wls2002
5ec163ccc0
update document
2025-02-17 16:36:57 +08:00
wls2002
7e717853f3
add link to source code function in docs
2025-02-17 16:24:19 +08:00
wls2002
5424249918
update readthedocs config
2025-02-17 16:13:37 +08:00
wls2002
4791a17362
add readthedocs support
2025-02-17 16:10:20 +08:00
wls2002
f17f31bb2a
fix bug in pipeline.py for show_problem_details
...
https://github.com/EMI-Group/tensorneat/issues/15
2025-02-14 12:27:32 +08:00
wls2002
ede30b424c
fix bugs in hyperneat;
...
related to https://github.com/EMI-Group/tensorneat/issues/17
2025-02-13 12:20:55 +08:00
wls2002
e4f855b4f6
add show_details in problem;
...
releated to https://github.com/EMI-Group/tensorneat/issues/15
2025-02-12 22:42:05 +08:00
wls2002
de2d906656
add some test
2025-02-12 21:37:56 +08:00
wls2002
51028346fd
update cal_spawn_numbers_by_fitness
2025-01-30 19:50:26 +08:00
wls2002
39156059d1
fix tiny warning in tutorial
2025-01-30 17:02:16 +08:00
wls2002
f67c69776a
Add tutorials
2025-01-30 16:53:24 +08:00