-
Dear Reinis Cimurs,
I hope this message finds you well.First of all thank you very much for the work you have done, it has helped me a lot. Now I'm trying to build a global navigation simulation.
I …
-
## TL;DR
In https://github.com/openai/gym/pull/2752, we have recently changed the Gym `Env.step` API.
In gym versions prior to v25, the step API was
```python
>>> obs, reward, done, info = env.…
-
Hi! I've been using a slightly-modified version of the example OpenAI code, and I only get about 15% utilization on my GPU regardless of what step size I set. I've tried changing a few other values ra…
-
### Metadata
Authors: Yaroslav Ganin, Tejas Kulkarni, Igor Babuschkin, S. M. Ali Eslami, Oriol Vinyals
Organization: DeepMind
Release Date: Arxiv 2018
Paper: https://arxiv.org/pdf/1804.01118.pdf
…
-
完全没有文档说明,完全不知道怎么使用,也没看到演示效果,这不会是画图的python代码吧?
-
### Cautions:
**Before starting the task, please refer to [Add data of ML-YouTube-Courses](https://github.com/orgs/ocademy-ai/projects/3/views/1?filterQuery=label%3Adata&pane=issue&itemId=36101499)…
-
-
RL has been added to original ConvNetJS.
Will you be adding that too?
Any plans for LSTM?
Thanks
-
- [ ] I have marked all applicable categories:
+ [ ] exception-raising bug
+ [ ] RL algorithm bug
+ [ ] documentation request (i.e. "X is missing from the documentation.")
+ [x] ne…
-
I'm trying to port an OpenAI Gym Environment and use coach for the learn on top.
The tutorial currently reads (emphasis mine):
```
Adding an Environment
Adding your custom environments to…