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

[Feature] Bandit datasets #912

Merged
merged 8 commits into from
Mar 27, 2023
Merged

[Feature] Bandit datasets #912

merged 8 commits into from
Mar 27, 2023

Conversation

vmoens
Copy link
Contributor

@vmoens vmoens commented Feb 13, 2023

Description

Introduces:

  • An environment interface for openml datasets (OpenMLEnv)
  • A replay buffer with these datasets (OpenMLExperienceReplay)
  • A simple DQN training script

We test the env, dataset and training script.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Feb 13, 2023
@vmoens vmoens changed the title [WIP] Bandit datasets [Feature] Bandit datasets Mar 17, 2023
vmoens added 2 commits March 24, 2023 11:11
# Conflicts:
#	.circleci/config.yml
#	torchrl/collectors/collectors.py
#	torchrl/data/datasets/d4rl.py
@vmoens vmoens added the enhancement New feature or request label Mar 27, 2023
@vmoens vmoens merged commit e66db53 into main Mar 27, 2023
@vmoens vmoens deleted the bandits_datasets branch March 27, 2023 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants