Replies: 2 comments
-
Hi @Nhyv thanks so much for trying out RLMatrix. The examples in the main repo seem to be outdated, please refer to this one for more recent cases (I routinely use it for testing before I publish nuget packages) |
Beta Was this translation helpful? Give feedback.
-
First thing I notice is that your observations are integers, these should be floats as they get converted to 1d or 2d float array. Thank you for demonstrating an interesting edge case! I will add more descriptive error message to toolkit when I work on next build. Consider dropping by discord to get quicker feedback loop on your work. |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I found out about RL Matrix from the youtube video https://youtu.be/Aoyj7qzyung as there aren't very many real world examples out there of this library in use (and the examples in the README seem to be out of date).
I'm trying to create an environment using the Source Gen (RLMatrix.Toolkit) and seem to be coming across an issue that I'm unsure how to resolve. I have defined multiple observation methods adorned with [RLMatrixObservation] and yet, when running the code, I get this exception
Here is my full environment class below:
https://gist.github.com/Nhyv/cb81e0e51a2363953e0f7519df82c843
I am new to RL Matrix and machine learning in general so if I am missing anything obvious, please let me know. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions