Continuous RL example #472
Unanswered
Vittorio-Caggiano
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Can you please elaborate on what would be considered a continuous example for you? and why the breakout example is not continuous in that sense. About the non-positive observations, their many approaches for doing so in the literature some can be implemented in BindsNET using existing functionality in the library, and some you need to write some yourself. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
very impressive project. Do you have any example for a continuous RL case e.g. MountainCarContinuous?
I noticed that the environment_pipeline is configured only for a discrete action space e.g.
bindsnet/bindsnet/pipeline/environment_pipeline.py
Line 121 in 2eb3aa5
Is there a continuous_environment_pipeline?
Also, is there any solution to encode non-strictly positive observations (from the environment) into a train of spikes?
Beta Was this translation helpful? Give feedback.
All reactions