fokx

Results 11 issues of fokx

When I used the cmd inside Makefile to download dataset from AWS S3, I got the error: $ aws s3 cp s3://energy-py/public/dataset.zip dataset.zip fatal error: Unable to locate credentials

Thanks for this great project! But it seems not intuitive to build this app. Can you shed some lights on that?

Duplicates of #2 #5. File "Skeletonization.py", line ..., in fluxMap = flux(mir_delD_xn, mir_delD_yn) File "skeleton2Graph.py", line 195, in flux flux_x = Nx * delD_xn[pix[0] - 1:pix[0] + 2, pix[1] -...

In SAC.py Line 120 https://github.com/p-christ/Deep-Reinforcement-Learning-Algorithms-with-PyTorch/blob/b338c87bebb672e39304e47e0eed55aeb462b243/agents/actor_critic_agents/SAC.py#L120 However, the output of `produce_action_and_action_info(state)` is https://github.com/p-christ/Deep-Reinforcement-Learning-Algorithms-with-PyTorch/blob/b338c87bebb672e39304e47e0eed55aeb462b243/agents/actor_critic_agents/SAC.py#L135 So, even though SAC algorithm can work in practice, is it a mistake?

```ruby require 'socksify/http' Socksify::debug = true uri = URI.parse('https://google.com') Net::HTTP.socks_proxy('127.0.0.1', 3999).start(uri.host, uri.port) do |http| req = Net::HTTP::Get.new uri resp = http.request(req) puts resp.inspect puts resp.body end ``` gives this error:...

I find accessing the `u/` page hangs when both * `location users map` (allow users to add a geocoded location which is displayed on a map in the Users section)...

When I import fluid, it said spiral/spiral/environments/pyfluid.cpython-36m-x86_64-linux-gnu.so: undefined symbol: eglGetPlatformDisplayEXT The Jupyter notebook traceback is like this: --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in 10 import spiral.agents.default as default_agent...

Add missing gems `ruby-progressbar` and `parallel` in plugin.rb