-
I reproduced run_batch_rl according to the guidelines but the errors are as follows.
`WARNING:tensorflow:From /root/miniconda3/envs/rl4rs/lib/python3.6/site-packages/tensorflow_core/python/ops/rn…
-
I guess this code is written in old tensorflow?
```
x = tf.reshape(x, tf.pack([-1, prod(shape(x)[1:])]))
AttributeError: 'module' object has no attribute 'pack'
```
Is it possible that this code …
-
**Describe the bug**
i installed keras_rl with tensorflow1.15, python 3.7.7, mujoco_py1.50.0.1, i had tried both mjppro150 and mjppro200 which ./simulate ../model/humanoid.xml can be executed success…
-
Hi,
I try to run you code, if I try with python 3.5.2 I got this error:
`Using TensorFlow backend.
Traceback (most recent call last):
File "rl_teacher/teach.py", line 155, in
main()
…
-
아래의 명령으로 실행했습니다.
python main.py --stock_code 005930 005380 015760 --rl_method a3c --net lstm --num_steps 5 --learning --num_epoches 1000 --lr 0.001 --start_epsilon 1 --discount_factor 0.9 --output_na…
-
Is there any way to allow the fedplus option for custom keras model ?
-
https://www.coursera.org/learn/practical-rl/discussions/all/threads/b4Bm1b6OEemlhhJkLrq7mA reports that the honor track assignment hangs on Colab with the current TF version (1.14.0), but works with a…
dniku updated
4 years ago
-
# 🚀 Feature Request
Part of #42. Depends on #44. Once an environment is set up, it will be easy to train several of the RL algorithms provided by `pytorch`. All of these algorithms should b…
ghost updated
5 years ago
-
Traceback (most recent call last):
File "/home/shy/桌面/multiagent-particle-envs-master/bin/interactive.py", line 6, in
from multiagent.environment import MultiAgentEnv
File "/home/shy/桌面/mu…
-
Hi! I've been using a slightly-modified version of the example OpenAI code, and I only get about 15% utilization on my GPU regardless of what step size I set. I've tried changing a few other values ra…