I was looking to make a Gaussian Policy that took in zero inputs. rllab doesn't seem to have that capability, and I'm having trouble making a a policy similar to the GaussianMLPPolicy that can use 0 inputs. Is this possible? Any suggestions on how to get started? I tried making my own class, but unless I use Lasagne, it seems to act a little strange.
Hi all,
I was looking to make a Gaussian Policy that took in zero inputs. rllab doesn't seem to have that capability, and I'm having trouble making a a policy similar to the GaussianMLPPolicy that can use 0 inputs. Is this possible? Any suggestions on how to get started? I tried making my own class, but unless I use Lasagne, it seems to act a little strange.