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

Typo in try except block (tqdm) #138

Open
paul673 opened this issue Sep 10, 2024 · 0 comments
Open

Typo in try except block (tqdm) #138

paul673 opened this issue Sep 10, 2024 · 0 comments

Comments

@paul673
Copy link

paul673 commented Sep 10, 2024

try:
    from tqdm.notebook import tqdm
except:
    tdqm = lambda x: x 

It should be tqdm everywhere. (Cell after "Cool! We've trained our model on 4 trajectories. Let's see if we can do a bit more. In particular, let's train our model with β=32 to get it to be a bit greedy." in the getting started tutorial.

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

1 participant