huggingface/deep-rl-class

[UPDATE] Innacurrate variable name random_int in unit2

andywalner opened this issue · 2 comments

What do you want to improve?

  • Explain the typo/error or the part of the course you want to improve

random_int = random.uniform(0,1) --> the variable should be called random_float

  • Also, don't hesitate to open a Pull Request with the update.

Thanks merged with #354