-
### System information
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Linux Ubuntu 18.04
- **Ray installed from (source or binary)**: Source
- **Ray version**: 0.8.0.dev
- **…
-
First of all, thanks for this wonderful MicroRTS gym wrapper. From what I understand from the sample code that you shared, there is only one player (blue) that can take actions. My question is how we …
-
Using %%excerpt%% as the default description on a custom post type don't return the generated value. In editor & WP frontend it works
![image](https://user-images.githubusercontent.com/2171273/806518…
-
Hello, first that I'm sorry to bother you again,when I run the command :
“ python3 experiments.py evaluate configs/HighwayEnv/env_easy.json configs/HighwayEnv/agents/DQNAgent/1_step.json --tr…
-
Hello, i am trying to use my teacher for learning with imitation learning. Sadly its not working great for now.
My enviroment is a simple car (agent) with 120 vector space obeseravtion gathered by …
-
Hello,
I'm trying to subclass `TransformerGeneratorAgent` to use with the Blender model, but I'm not sure what other functions I need to override..?
My final goal is to tweak somethings to get r…
-
I find the code super interesting and left some random comments on API naming. Take them as a grain of salt! I might start contributing at some point.
rxwei updated
4 years ago
-
Is it possible to use Keras-RL for any other problem rather than Open AI Gym ??
Jekso updated
4 years ago
-
Hi, first time user here. I have read the documentation but i couldn't find anything about this behavior.
I am trying to understand how to run parallel environment. When i try to run this
```
runn…
-
I have a bit of a complex environment which sends many different types of (relatively large) data to the observable space. This requires a custom model with multiple inputs. The ideal model would like…