Mohit Rathore
Mohit Rathore
Facing the same issue.
Since no one is onto it I would like to take it further. Pardon me but there are a lot of issues associated with this so I can't really make...
@dpriedel 's solution worked for me!! Here is a wrapper for the solution create file named locale.txt and set it's contents as - ```shell LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8"...
same - ``` Updating Homebrew... ==> Installing dirb from sidaf/pentest ==> Downloading http://downloads.sourceforge.net/project/dirb/dirb/2.22/dirb222.tar.gz Already downloaded: /Users/mark/Library/Caches/Homebrew/downloads/909dd856145ab18654a4e71ceb4f22cebcead82af6346b217b84864203a2e05a--dirb222.tar.gz cp: /private/tmp/d20190413-8564-1kci0mv/dirb222/.: Permission denied Error: An exception occurred within a child process: Errno::ENOTEMPTY: Directory...
@6661696c Can you elaborate your solution? Did it really work?
Facing the same issue. I think you should send a PR.
The problem is with the environment - `Copy-v0`. It has three actions with a couple of sub actions within them, unlike `CartPole-v0`.
Blocking #39
Can you please run this gist - [https://gist.github.com/markroxor/c50a6bfc69da001180374a9e977ac21a](https://gist.github.com/markroxor/c50a6bfc69da001180374a9e977ac21a) (install gym first - `pip install gym`). The actions parameter which is fed to `World.step` is a float. gym's environment expects an...
I understand your point. It is not required right now but once the repository takes shape we will certainly need it. I think we should keep this issue open and...