Avalon-Benchmark / avalon

A 3D video game environment and benchmark designed from scratch for reinforcement learning research
https://generallyintelligent.com/avalon/
GNU General Public License v3.0
181 stars 16 forks source link

The tutorial code fails when run on zsh #4

Closed Elijas closed 2 years ago

Elijas commented 2 years ago

The tutorial code fails when run on zsh (the default shell on macOS):

$ pip install -e .[extras]  
zsh: no matches found: .[extras]

Proposed solution

PR https://github.com/Avalon-Benchmark/avalon/pull/3

Elijas commented 2 years ago

Closing due to the documentation no longer instructing local installation.