-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs References #33
Comments
Hey, thanks for reaching out. This library is really very closely related to the spaces sub-module that is included in gymnasium; see here. From a practical perspective, that should give you some idea where to start looking. In short, the main purpose is to specify the "spaces" on which problems are defined. For example, in reinforcement learning, one must specify what "valid" actions an agent can take in an environment. This could be, for instance, the set of positive integers... With regards to "theoretical" resources, I would suggest getting started with some of the foundational texts in mathematical analysis and/or abstract algebra. One of my personal favourites is "Mathematical Analysis" by Tom Apostol which builds up some of the foundations you'll need. Mind you, I wouldn't claim that there's anything particularly deep in |
As an extra thought, here are some of my favourite texts in the ML/stochastics space:
Enjoy! |
Hi, im kinda new in ML field can you give us the references or theorethical docs about this library. Thanks
The text was updated successfully, but these errors were encountered: