-
### Describe your feature request
I'm thinking, given these two references below, that there's a way to enable sample_async for PyTorch as well. Since this is a major runtime booster, this feat…
-
Hi, I am wondering about the A3C.py, at line 53: `R_batch[-1] = v_batch[-1]`
The v_batch (I assumed it's value_batch) is defined as:
`v_batch=self.criticNetwork.forward(s_batch).squeeze().to(self.…
-
I am trying to implement an A3C algorithm in pytorch with some convolution layers. Therefore I start multiple processes in my Python programm each with a local neuronal network. The Network gets an im…
-
Hello,
i download the demo for SAC and i'm trying to train from scratch.
When I set the max_episode to 20, the demo can work. But when I set max_episode to 1000 or more, i get always error "Grippe…
-
Hi there,
Thanks for sharing the code for your interesting work!
Is it possible to share the code used for reinforcement learning in your experiments? Would like to check the results. Thanks!
…
-
### System information
- **OS Platform and Distribution**: Linux Ubuntu 16.04
- **Ray installed from (source or binary)**: binary (I think)
- **Ray version**: 0.7.2
- **Python version**: 3.6
#…
-
### What is the problem?
ray-0.9.0.dev0
python 3.7
pytorch 1.5
Traceback (most recent call last):
File "/data/yucfan/anaconda3/lib/python3.7/site-packages/ray/tune/trial_runner.py", lin…
-
## ❓ Questions and Help
### Please note that this issue tracker is not a help form and this issue will be closed.
We have a set of [listed resources available on the website](https://pytorch.org…
-
### What is the problem?
There are two issues I'm seeing, trying to migrate Ray 0.7.3 to Ray 0.9.0dev:
1. Using the following tune config:
```
config.update({
"use_pytorch": True…
-
### System information
- **OS Platform and Distribution **: Ubuntu 16.04.2 LTS
- **Ray installed from (source or binary)**: Source
- **Ray version**: 0.6
- **Python version**: 3.6.7
### De…