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

Examples for using Imitation Learning / Offline RL Algorithms #576

Closed
4 of 10 tasks
Tracked by #548
batu opened this issue Feb 3, 2023 · 2 comments
Closed
4 of 10 tasks
Tracked by #548

Examples for using Imitation Learning / Offline RL Algorithms #576

batu opened this issue Feb 3, 2023 · 2 comments
Labels
algo Add new algorithm or improve old one good first issue Good for newcomers

Comments

@batu
Copy link

batu commented Feb 3, 2023

  • I have marked all applicable categories:
    • exception-raising bug
    • RL algorithm bug
    • system worker bug
    • system utils bug
    • code design/refactor
    • documentation request
    • new feature request
  • I have visited the readme and doc
  • I have searched through the issue tracker and pr tracker
  • [N/A] I have mentioned version numbers, operating system and environment, where applicable:
    import ding, torch, sys
    print(ding.__version__, torch.__version__, sys.version, sys.platform)

Hello, first of all thank you for this great looking open source project!

I am interested in comparing Implicit BC to other RL algorithms. I have of course seen the workflow to use the RL algorithms, but I couldn't find documentation on how to load data for BC/Offline RL algorithms.

Would documentation on that be possible?

Thank you

@batu batu changed the title Examples for using Imitatio Learning Algorithms (IBC etc.) Examples for using Imitation Learning / Offline RL Algorithms Feb 3, 2023
@PaParaZz1 PaParaZz1 added good first issue Good for newcomers algo Add new algorithm or improve old one labels Feb 7, 2023
@PaParaZz1
Copy link
Member

Thanks for you interests for our repo.

For the data pipeline of BC/offline training, including generating data, loading data, offline training and other steps, we will add a best practice documentation in this week, you can follow this issue and add your comments.

@PaParaZz1
Copy link
Member

@batu You can refer to this PR and give some review comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algo Add new algorithm or improve old one good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants