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
175 stars 16 forks source link

The tutorial code fails when run on zsh #4

Closed Elijas closed 1 year ago

Elijas commented 1 year 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 1 year ago

Closing due to the documentation no longer instructing local installation.