anyscale / academy

Ray tutorials from Anyscale
https://anyscale.com
Apache License 2.0
580 stars 195 forks source link

num_return_vals issue #33

Open Laoban-man opened 3 years ago

Laoban-man commented 3 years ago

Hello, The argument num_return_vals is no longer valid in ray functions but tutorials still use it. I suggest updating them accordingly. Cheers.

hngenc commented 3 years ago

There's also a num_returns and num_return_vals mismatch in the "environment.yml" file provided. I had to change https://github.com/anyscale/academy/blob/8617ceb28e15d64350d0fc1c3b4f4ab6cada674c/environment.yml#L28 to

    - ray[all] >= 1.0

to get the crash course to work