-
Several Deep RL agents that are missing such as A2C, A3C which can be added. Further work could also adding MARL agents such as MAA2C or MADDPG
-
개정판을 읽고 처음으로 실행시키는데 이런에러가 남니다.
(rltrader) PS D:\tensor\dev\rltrader> python main.py --mode train --ver v3 --name 005930 --stock_code 005930 --rl_method a2c --net lstm --start_date 20180101 --end_date…
-
The resulting problems are as follows
/home/xie/Tacrypto/DCmaster/env/EnvMultipleStock_validation.py:162: RuntimeWarning: invalid value encountered in greater
buy_index = argsort_actions[::-1][:…
-
Hey,
When I ran Model_test.py it gave the error -
NotFoundError: FindFirstFile failed for: ./save_model/a2c/75000 : The system cannot find the path specified.
; No such process
Can you help??
-
Hi,
I'm running acme2certifier with Django and uwsgi behind a NGINX reverse proxy. Here are my server configuration files:
Django Settings
```
"""
Django settings for acme2certifier p…
Ka0o0 updated
1 month ago
-
When I try to run the colab example with the A2C algorithm on an Atari env, I get the following error:
`---------------------------------------------------------------------------
ConnectionResetE…
-
안녕하세요. 주제1 모델 평가 방식에 대해 여쭤보고 싶은 게 있습니다.
모델 평가 코드를 만들라고 하셨는데,
Test set이 validation set처럼 A2C 또는 A4C 폴더 안에 0001.png (test 이미지), 0001.npy (test 정답 마스크) 형식으로 이루어졌다고
가정하고 만들어도 되는건가요??
별도의 output이 필…
-
Hello, I was running the agent on CollectMineralShards, and I often encountered following index error.
```
Traceback (most recent call last):
File "/home/hyunjaewoo/.virtualenvs/pysc2/lib/pytho…
-
Rob,
I sent you an email yesterday, but it might have ended up on your SPAM filter. I know it's out of place to post it here, but I have no other way to reach you.
I watched your Kansas Fest 20…
-
안녕하세요? 책사서 공부중인 초짜입니다.
9장 모델활용에 대해서는 책에 상세하게 설명이 되어있지 않은 것 같아, 따라가질 못하고 있습니다.
1. 학습된 정책 신경망 모델 사용
2. 학습기능을 비활성화
...
등의 개념적으로만 접근하니 초짜인 저는 방향도 못잡겠습니다.
main.py에서 인자를 설정하면 실행이 가능한지요? 아님 다른 방법으로 진…