Michiyasu Uchiyama
Michiyasu Uchiyama
What does env.get_next_states() return? 'next_state' shows tensor([ 0., 75., 5., 107.], device='cuda:0') 'next_actions' shows ((0, 0), (1, 0), ... , (8, 3))
Thank you for publishing your A2C codes. In the updating block, you are using torch de-touch method. And it seems to me as same as stop using no grad method...
In case select 'Fast(low quarity)' mathod, the 'Train a neural network' doesn't work. ``` Traceback (most recent call last): File "encode_images.py", line 79, in main() File "encode_images.py", line 52, in...
为什么要在'play_data'中反转 input features? play_data 1: ``` [[0,0,0], [0,1,0], [0,0,0]] # white [[0,0,0], [0,0,0], [0,0,0]] # black [[0,0,0], [0,1,0], [0,0,0]] # action [[0,0,0], [0,0,0], [0,0,0]] # player ``` play_data 2: ```...
Thank you for publishing your A2C codes. In the updating block, you are using torch de-touch method. And it seems to me as same as stop using no grad method...
In training, discriminator gradient is set to false while generator is updating. But I tried with no discriminator lock, and it it seems the result was same. I wonder the...
You are setting '0′ to the offset parameter at 'utils.LambdaLR'. I don't know how to use it. Is it always '0' even if training was continued?
What version of python do you have? In version 3.8 , I got error. ```bash Traceback (most recent call last): File "main.py", line 46, in main() File "/home/user/anaconda3/envs/PyTorch/lib/python3.8/site-packages/click/core.py", line 1128,...
I can't download LATENT_TRAINING_DATA in Learn_direction_in_latent_space.ipynb . `HTTPError: 404 Client Error: Not Found for url: https://drive.google.com/uc?id=1xMM3AFq0r014IIhBLiMCjKJJvbhLUQ9t` Thanks.
Pyaqが動く、TensorFlow のバージョンは何でしょうか。