mimoralea / gdrl

Grokking Deep Reinforcement Learning
https://www.manning.com/books/grokking-deep-reinforcement-learning
BSD 3-Clause "New" or "Revised" License
798 stars 231 forks source link

Replace $PWD$ to %cd% On windows #4

Closed ainilaha closed 4 years ago

ainilaha commented 4 years ago

Update a minor issue, $PWD$ cannot find the current path on Windows. %cd% the correct command for Windows.