|
|
|
|
|
by wizofaus
1377 days ago
|
|
Good read - as a programmer what's always fascinated me is how much actual coding is required each time you need to train a neural network to solve a new problem. Is that something you'd consider adding a paragraph about or would it go beyond "semi- technical"? |
|
Now, if you also had to code a simulation environment for the agent to interact with, then that could be significant coding as you move to solve a new problem. Updating the state features/action space are minimal code though. Hopefully that helps clarify!
Here's a great code example of a deep Q learning agent to play Atari: https://keras.io/examples/rl/deep_q_network_breakout/