Neural networks: avoid bias in any direction for output
问题 I'm having difficulties with the CartPole problem. The input to the Cart takes either 0 or 1 as input; Either move left or right. Lets say we have a net with 4 inputs plus bias , 3 hidden layers with 1 neuron each and 1 output ; where all weights are randomized floats between 0 and 1 , and the inputs will also be randomized floats between -10 and 10 . Because i chose everything random, I inherently expect the output to be approximately 0.5 on average, and that the cart will go as much right