-
Hello! I have been getting into Unity ML-Agents lately and been loving it so far! There is one thing that has been bugging me tho. I can't figure out why, when training, the StepCount increases signif…
-
Hi,
I'm trying to integrate the ML-Agents unity package into an existing Unity project of mine, but ML-Agents does not compile.
Specifically, it fails in Brainparameters.cs, line 129, with a cas…
-
Hi, I'm new to mlagents
I have a python script interacting with 3DBall environment
Everything seems to work, I can launch the game and get observations, provide actions etc.
However when I ru…
-
**Describe the bug**
Hi all, I've created a quite simple racing game where an agent learns to drive on a track:
![image](https://user-images.githubusercontent.com/2350015/70129673-7eaac580-167f-11…
-
Hello,
I am working on a multi-agent environment and am trying to access the environment through python (using MLAgents 0.12.0). I have 4 agents in total in 2 teams (1-3). The team with 1 agent has…
-
Hi all,
I am currently working on project using Visual Information as observation for my agent. I would like to get more details on how does it process the visual information and interpret this to …
-
Hello all,
**Problem description**
I have followed the guide on ml-agent's installation guide (windows via Anaconda):
1. conda create -n ml-agents python=3.6
2. activate ml-agents
3. pip ins…
-
- [ x] I read [the conda-forge documentation](https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge) and could not find the solution for my problem there.…
-
Hi,
I have created a environment where an agent is trying to navigate to a target, and everything works as intended in the editor. However, when building an executable environment, the agent gets s…
-
Are the Tensorflow versions after 1.7 supported? I have been trying to run a graph in Unity that was trained in Tensorflow 1.9. I tried converting it using the script segment in the Readme but it give…