Skip to content
#

neural-networks

Here are 3,516 public repositories matching this topic...

JRMeyer
JRMeyer commented Dec 3, 2019

transcribe.py has odd directory-scanning behavior which isn't documented

If you point --src to a directory, you get the error:

E Path in --src not existing

Looking at the code logic, the script expects a JSON file with a .catalog file extension. This is (1) not documented, and (2) not a really useful logic. It would be much better to point the script to a dir, and scan f

MikeWise2718
MikeWise2718 commented Aug 4, 2019

Documentation bug:

the using ml-agents on Azure asks you to build a linux exe with headless mode checked, but that was removed in 2018.3.

You now need to simply start the build using the -nographics and -batchmode flag.

link: ml-agents on Azure

The doc should cover this, it tak

bug
ryanprinster
ryanprinster commented Feb 20, 2019

I would like to be able to record my agents gameplay and save it as a video.

It would be useful to have a little bit more documentation on how to use these flags. From the python side, its unclear how the --demofiles, --record, --video, and --demo flags exposed in the random agent are used, though I can infer some through dmlab_recording.c.

I'm currently running the following commands:

KIC
KIC commented Oct 13, 2019

I am wondering what agent.test actually does. It returns a history of training? but test should not train at all right? why is test actually calling backward? I am a bit confused and some clarification in the docs would probably help me and others as well.

PS I am using keras-rl as requirement for another library pandas-ml-utils so I would highly appreciate if work on this library continue

daniel-fudge
daniel-fudge commented Sep 2, 2019

The OpenAI Gym installation instructions are missing reference to the "Build Tools for Visual Studio 2019" from the following site.

https://visualstudio.microsoft.com/downloads/

I also found this by reading the following article.
https://towardsdatascience.com/how-to-install-openai-gym-in-a-windows-environment-338969e24d30

Even though this is an issue in the OpenAI gym, a note in this RE

Improve this page

Add a description, image, and links to the neural-networks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the neural-networks topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.