Hyungcheol Noh

Results 13 comments of Hyungcheol Noh

Thank you for your replying. I followed your yaml file configures. But I have an error message like this: ``` DEBUG 2019-03-11 04:29:14,388 Starting up worker· 2019-03-11 04:29:14 - INFO:...

I found that the Kaldi version in the Docker container is always latest version whenever the Docker container is ran. As you said, If you pull the latest version of...

I understood that your question is about the shape of the output sequence. Its shape should be as [batch_size, sequence_length]. Also as you mentioned, the knowledge tracing problems tries to...

Sorry for the late response. I think the output shape corresponding to the input shape of [sequence_length, n_skills] would be also the shape of [sequence_length, n_skills]. Maybe it was implemented...

As the error message said, you need to run the `train.py` as the following form: ``` python train.py --env_name=Pendulum-v1 ```

This seems to be a PyTorch issue. Please check the [link](https://stackoverflow.com/questions/74394695/how-does-one-fix-when-torch-cant-find-cuda-error-version-libcublaslt-so-11-no).

The reason for this error is due to the capability between your GPU machine and the PyTorch version.

Then I can't find the reason for that error. This error seems to be due to your machine environment. You have to check by yourself.

I will check the error. May I ask you to let me know your OpenAI Gym version?

The gym version on my machine is `0.18,0`. If you change the version to mine, you can run the project safely.