-
안녕하세요 대회에 참가하고 있는 천원중이라고 합니다.
대회를 참가하면서 궁금한 점이 있어서 질문을 드립니다.
(1) 주신 데이터는 심첨2방도 (A2C), 심첨4방도 (A4C)의 초음파 영상과, 각 영상에대한 좌심실 label 로 이해하고 있습니다.
대회의 주제는 두 방도 영상에서 좌심실을 분리 (segmentation) 하는 것으로 이해하고 …
-
- [x] I have marked all applicable categories:
+ [] exception-raising bug
+ [] RL algorithm bug
+ [ ] documentation request (i.e. "X is missing from the documentation.")
+ [ ] new …
-
```ts
type A1 = {
id_type: 'a1';
id: string;
};
type A2 = {
id_type: 'a2';
id: string;
};
type C = {
name: string;
address: string;
}
type A1c = A1 & C
type A2c = A2 & C
…
-
env--reacher
algo--ppo
error:
Traceback (most recent call last):
File "/home/al/Desktop/pytorch-a2c-ppo-acktr-gail-master/main.py", line 196, in
main()
File "/home/al/Desktop/pytorch-…
-
## Describe the bug
Not quite sure if this is supported behavior, but if I set `functional=True` for the A2C loss and `shifted=True` for `TD0Estimator` I get an internal error.
## To Reproduce
…
-
**Describe the bug**
Pwnagotchi went to AI in just few minutes but upon checking it does not save the brain in /root directory
**To Reproduce**
Steps to reproduce the behavior:
1. reboot and sta…
do-ki updated
9 months ago
-
Hello Jacob or anybody who can answer the question,
Thank you for your repository.
I am a beginner on reinforcement learning and have a very basic problem if you could put some light on it.
I…
-
Hi there i had follow your steps to install all the related package. But i still getting package not found issue. Below is my error message
Traceback (most recent call last):
File "C:\Users\new\…
-
Main.py successfully completes for the reacher environment however I am unable to run enjoy.py. The window opens but then I get a runtime error:
RuntimeError: Tensor for argument #2 'mat1' is on CP…
-
Hello.
I firstly change the policy in by:
`parser.add_argument('--policy', help='Policy architecture', choices=['cnn', 'lstm', 'lnlstm'], default='lstm')`
Then I run A2C+SIL on Atari games :…