Oblivion

Results 6 comments of Oblivion

BTW, it runs on Windows 10, and the version of tensorflow is 1.4

The neural network is assigned to GPU, which I've checked in TensorBoard. The problem occurs in `agent/ppo/memory.py`. Cause `self._length` is a `int32` type variable. I try to initialize it as...

I agree with your opinion, the transitions might be very large when training from pixel observations. I used to think storing them in GPU memory to alleviate the communication cost...

Yes, it works exactly as your description. I'm implementing Batch-PPO based on my understanding. I've added several DL tricks on it to improve stability and performance. Still debugging, hope it...

I suggest that you refer to this paper: IMPALA: Scalable Distributed Deep-RL with Importance Weighted Actor-Learner Architectures. I do have a plan add the algorithm to this platform. And I've...

> Hi @dommgifer, > > The steps need permissions to `get` their workflow. Try updating the permissions of the service account `default-editor` (that's the one your pods use) accordingly. @elikatsis...