-
Last time I create env by the .yml you provide. It installs PyTorch 1.4.0.
I run the code successfully in CPU mode.
But when I change to mode to 'gpu', I try CUDA 10.1 and 10.2 it shows same error…
-
$ ./run_training_dqn_tsptw.sh
***********************************************************
[INFO] TRAINING ON RANDOM INSTANCES: TSPTW
[INFO] n_city: 20
[INFO] grid_size: 100
[INFO] max_tw_gap: 10
…
-
-
### Problem Description
I try to implement the DQN with pytorch.
The `get_model_v2` in ModelCatalog would call model interface so it can create Q head if the framework is tensorflow. But…
-
**Important Note: We do not do technical support, nor consulting** and don't answer personal questions per email.
Please post your question on [reddit](https://www.reddit.com/r/reinforcementlearning/…
-
### System information
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**:
- **Ray installed from (source or binary)**:
- **Ray version**:
- **Python version**:
- **Exact command t…
-
There are several issues related to the performance of SB2 and SB3, such as [this one](https://github.com/DLR-RM/stable-baselines3/issues/90). Here, I am specifically focusing on DQN's behavior. I am …
-
## 🐛 Bug
Received the error below when running this code, from Deep Reinforcement Learning Hands-On by Maxim Lapan:
import gym
import time
import argparse
import numpy as np
import torch…
-
Thanks for the great work first!
I have a bunch of data in **_(state, action, reward, next state)_** format. I try to understand how you guys parse the $store$_action_ckpt file in the code but I fail…
-
The wrappers in the baselines repo have been changed from those presented on CH6.
(https://github.com/openai/baselines/blob/master/baselines/common/atari_wrappers.py)
I tried to use the ones def…