-
### What happened + What you expected to happen
Following the installation on the [Getting started page](https://docs.ray.io/en/latest/rllib/rllib-training.html).
Starting with a clean python 3.8.16…
-
I'm using the following code in my terminal:
python train.py --action-space complex --environment SuperMarioBros-1-1-v0 --transfer
using the SuperMarioBros-1-1-v0.dat file provided by you in the…
-
-
각 댓글에 사항 하나씩 정리하기.
어떤 사항에 추가사항이 있을 경우 댓글 수정.
-
-
in the AgentBase.py AgentBase.__init__() :
```python
class AgentBase:
def __init__(self, net_dim: int, state_dim: int, action_dim: int, gpu_id: int = 0, args: Arguments = None):
...
…
-
-
Dear Authors,
First of all, I am very thankful for your repository. I got confused about the correctness of implementation in one part. For `soft_dqn.py`, the variable `valid_v_target_next` is get…
-
I edited you code to play on an new enviroment which has random initial state instead of a given state
.what's more, what's more, the addNumber 's rate is different.
when I begun to train ,I found t…
-
There are so few tutorials that novices don’t know how to use this library