Skip to content

Can the network evolved using NEAT be constructed in PyTorch and further trained using backpropagation #23

@Polarisamoon

Description

@Polarisamoon

I'm trying to leverage PyTorch to further train the NEAT-generated network via backpropagation for improved performance. Currently, I'm manually building the network in PyTorch based on the node and edge details output by print(pipeline.algorithm.genome.repr(state, *best)). However, this process is cumbersome and becomes impractical when the network has a large number of nodes and edges. Is there a more efficient approach?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions