impulsecorp / HypRL

RL agent learning to construct neural networks
1 stars 0 forks source link

Source (reference) of the implementation #1

Open akmandor opened 2 years ago

akmandor commented 2 years ago

Is your implementation based on this paper?

peter-ch commented 2 years ago

No. This code attempts to construct neural networks by selecting and adjusting the NN weights as if it was a computer game, also adding/removing nodes. It uses RL to learn how to do that, but it doesn't do hyperparameter optimization.

NimmiW commented 1 year ago

@akmandor https://github.com/hadijomaa/HypRL