-
Hi guys
i can only install tensorflow cpu from version 13 upwards in anaconda 3.7
when is a version of mlagents going to work with this?
or how can i make this work?
thanks
-
I keep getting this error when I start an example scene in Unity editor `AttributeError: 'UnityEnvironment' object has no attribute 'get_behavior_names'`.
I've tried with several different unity…
-
I am trying to run obstacle jupyter notebook and facing no mlagent_envs module in anaconda3 venv.
ModuleNotFoundError Traceback (most recent call last)
in
----> 1 from obs…
-
I created a linux executable of 3Dballs and decided to trainer.py but I am getting the following error. whats the issue here?
![Screenshot from 2019-06-24 14-11-03](https://user-images.githubuserco…
-
I get this error
```
line 351, in from_argparse
key
mlagents.trainers.exception.TrainerConfigError: The option default was specified in your YAML file, but is invalid.
-
Just tried to install latest 0.8 version of mlagents along with mlagents_env but we're running into this error when trying to `from mlagents.envs import UnityEnvironment`
```
---------------------…
-
(ml-agents) C:\ml-agents-master>mlagents-learn config/trainer_config.yaml --run-id=firstRun --train
Traceback (most recent call last):
File "C:\Users\jilck\Anaconda3\envs\ml-agents\Scripts\mlagent…
-
Hi everybody, i have ubuntu 18.04 and I want to install unity and ml-agents per hobby. I read the github documentation but I do not know what I do wrong because after doing the steps the ml-agents are…
-
TensorFlow 2.0 is released. It would be great to support it. There're many improvements.
**EDITED:**
https://github.com/SetoKaiba/ml-agents/tree/tf2
I make a tf2 branch for it.
The training is t…
-
I'm trying to create a car that controls itself, however, it never moves and the reward never increases, it remains the same. Pretty new to ml learning. I understand how it works but I can't seem to g…