coach icon indicating copy to clipboard operation
coach copied to clipboard

Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms

Results 90 coach issues
Sort by recently updated
recently updated
newest added

https://github.com/IntelLabs/coach/blob/dea46ae0d22b0a0cd30b9fc138a4a2642e1b9d9d/rl_coach/presets/Doom_Basic_BC.py#L33

I saw this issue was closed earlier, but I still receiving it with the version coming from `pip`. `ImportError: cannot import name 'ResponseError' from 'minio.error'` It can be solved manually...

``` Collecting joblib>=0.17.0 Using cached joblib-1.1.0-py2.py3-none-any.whl (306 kB) ERROR: Could not find a version that satisfies the requirement tensorflow-gpu=1.9.0 (from rl-coach) (from versions: 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.3.0, 2.3.1, 2.3.2,...

I am using Anaconda on Windows 10. On running the first example code. (base) C:\Users\shrut>coach -p Atari_DQN -lvl breakout The following error occurs: Traceback (most recent call last): File "c:\programdata\anaconda3\lib\runpy.py",...

I found an incorrect type annotation in rl_coach/memories/non_episodic/experience_replay.py, and I corrected it using mypy.

Hi, i am new to coach. I was following the tutorial for using coach as a library. I was able to reach coach.run() and successfully train the model and view...

The alpha for Tensorflow 2.0 was released yesterday. https://www.youtube.com/watch?v=bDZ2q6OktQI What are the plans to support it?

enhancement
question
priority/p1

Hi, I don't post issues very often, so I hope my problem is clear enough the way I present it below. When trying to train a Categorical DQN (for Batch...

How to convert rl_coach model ckpt to .pb and store it locally?

Now I have a mode.pb file and know its network architecture (which is trained by coach before) but I have no access to its original code. I want to load...