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

More tutorials are needed #33

Open
codeman6688 opened this issue Dec 26, 2023 · 5 comments
Open

More tutorials are needed #33

codeman6688 opened this issue Dec 26, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@codeman6688
Copy link

There are so few tutorials that novices don’t know how to use this library

@rodrigodesalvobraz
Copy link
Contributor

We will be addressing this as soon as possible. Thank you for the feedback.

@rodrigodesalvobraz rodrigodesalvobraz added the enhancement New feature or request label Jan 12, 2024
@marcindulak
Copy link

@rodrigodesalvobraz please keep the issues open until they are resolved.

People subscribe to github issues like this one as a way to be notified about the developments in the project.

@rodrigodesalvobraz
Copy link
Contributor

@rodrigodesalvobraz please keep the issues open until they are resolved.

People subscribe to github issues like this one as a way to be notified about the developments in the project.

Thanks for pointing that out, I will do that.

@swayson
Copy link

swayson commented Feb 27, 2024

A tutorial covering each of the cells in this table would be really helpful to get a sense of things:)
Docstrings and function signatures also really helpful.

Pearl Features Recommender Systems Auction Bidding Creative Selection
Policy Learning
Intelligent Exploration
Safety    
History Summarization    
Replay Buffer
Contextual Bandit    
Offline RL  
Dynamic Action Space  
Large-scale Neural Network    

@rodrigodesalvobraz
Copy link
Contributor

A tutorial covering each of the cells in this table would be really helpful to get a sense of things:) Docstrings and function signatures also really helpful.

Thank you, using the table as a guide is a really interesting suggestion. We are currently actively working on more tutorials. Please note that we have released a couple more recently. Here's the current list:

A single item recommender system. We derived a small contrived recommender system environment using the MIND dataset (Wu et al. 2020).

Contextual bandits. Demonstrates contextual bandit algorithms and their implementation using Pearl using a contextual bandit environment for providing data from UCI datasets, and tested the performance of neural implementations of SquareCB, LinUCB, and LinTS.

Frozen Lake. A simple example showing how to use a one-hot observation wrapper to learn the classic problem with DQN.

Deep Q-Learning (DQN) and Double DQN. Demonstrates how to run DQN and Double DQN on the Cart-Pole environment.

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

No branches or pull requests

4 participants