-
Am following the tutorial here: https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Learning-Environment-Create-New.md
This is the command I'm using the launch the training process:
`…
-
I am running this command: `mlagents-learn config/trainer_config.yaml --run-id=Lernen_1_0 --train --load` and I get this:
```
lib\site-packages\mlagents\trainers\learn.py:141: YAMLLoadWarning: cal…
-
**Describe the bug**
The [video recorder plugin](https://github.com/Unity-Technologies/video-recorder) does not work with new ML-Agents Singleton Academy setup.
**To Reproduce**
Open any example(…
-
We custom a `UnityEnv` to run our RL algorithm in a cluster of 8 machine. In our case, we use lib [ray](https://github.com/ray-project/ray) to setup and manage the cluster. However, when we run the `t…
-
Hello! I'm looking into how to make demonstration loading time faster and am digging into all the different protocol buffers that ML-Agents uses. To that end, I'm interested in seeing the actual proto…
-
**Describe the bug**
Pretrained with GAIL and Curiosity doesn't seem to work.
I seem to have the same problem like @arixlin. Without curiosity it works fine: https://github.com/Unity-Technologies/ml…
-
**Description**
When trying to continue training with `--load`, tensorflow throws a `Key NotFoundError` in the checkpoint. Specifically `Key beta1_power_1`. What causes this, and is this fixable?
…
-
During training I sometimes get this repeating error in my console and the agent doesn't do anything anymore.
It happens seamingly at random, sometimes after 20k steps, sometimes after 200k steps som…
-
Hello, guys. When I try to use mlagents in Windows, Unity logo become weird in the console.
Anyone know how to resolve it?
![logoerror](https://user-images.githubusercontent.com/25996824/64942170-f…
-
I'm trying to run `mlagents` on a docker image (In fact I'm using the DockerFile to build a singularity image but since I'm using docker commands so whenever I say singularity or docker it should be t…