-
### System information
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Ubuntu 18.04
- **Ray installed from (source or binary)**: source
- **Ray version**: 0.8.0.dev6
- **Python vers…
-
What would be the best approach for reinforcement learning problems where you would need to interact with the environment for data? Maybe DataLoader is restricting?
ghost updated
4 years ago
-
Hi, taking Pong_v0 as example, there are plenty of examples to train RL agent to play the game vs the game bot, I also found out that play.py is a script that allows human player to play against the g…
nfkok updated
4 years ago
-
It looks like nfsp_agent samples the best-response network in [evaluation mode](https://github.com/datamllab/rlcard/blob/3456ebc04cafc399417276b15168cdcb809752f3/rlcard/agents/nfsp_agent.py#L185). I …
ghost updated
4 years ago
-
Hello,
I have my custom gym env, I am able to train everything in the chapter 7, which are the variants of the DQN. Once, I train I can load the trained net and performance with the modified versio…
-
Has anyone else had this error with `psutil`?
```
Traceback (most recent call last):
File "examples/atari_dqn_async_cpu.py", line 70, in
run_ID=args.run_ID,
File "examples/atari_dqn_as…
-
I read [contributing.md](https://github.com/deepmind/open_spiel/blob/master/docs/contributing.md) and saw that one of them was adding examples and supports for PyTorch. I wanted to contribute, but was…
-
Hi eleurent,
Thank you very much for your excellent work. I also noticed that you have another repo "rl-agents" for training agents in this environment. I have set up the DQN agents using your base…
-
Hi!
Installed cule with python 3.7 and pytorch 1.1.0, cuda 10.0. Execution of dqn_main.py hangs with the following messages:
```
GeForce GTX 1080 Ti : 1632.500 Mhz (Ordinal 0)
28 SMs enabled. …
-
Hi Dusty,
First of all thanks for your repositories and tutorials that are really helpful.
I am trying to build this repo on my ubuntu 16.04, Cuda 9.0, Cudnn 7, gcc 5.4...
I can run the pyto…