Skip to content
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

Open
mohammedaugie13 opened this issue Aug 9, 2023 · 2 comments
Open

Docs References #33

mohammedaugie13 opened this issue Aug 9, 2023 · 2 comments

Comments

@mohammedaugie13
Copy link

Hi, im kinda new in ML field can you give us the references or theorethical docs about this library. Thanks

@tspooner
Copy link
Owner

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 spaces, but understanding topics like "metric spaces" can be useful (contraction mappings are super important).

@tspooner
Copy link
Owner

tspooner commented Aug 22, 2023

As an extra thought, here are some of my favourite texts in the ML/stochastics space:

Enjoy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants