Kaihu Chen
Kaihu Chen
@hitvoice Much appreciated for the confirmation! One more question: given that the Chinese language does not have natural word boundaries, when using DrQA with a Chinese language dataset, does it...
In my code envs/airsim/airsimcarenv.py you will find a _step function, which is called by OpenAI Baselines. This _step function is the main connecting point between the OpenAi Baselines and AirSim....
AirSim runs its simulation in real time (assuming you have reasonable hardware) as a separate process, so when _step queries AirSim's state it just gets whatever AirSim has at the...
@Kjell-K I was using simple depth values only as a quick validation of the DQL algorithm used. Very much wanted to move on to to try using the whole image...
@Kjell-K As far as I can see I should be able to pass a whole image as a Box type object to DQN, but I am getting an error message...
I noticed from the repository history of gym and baselines that both layer_norm and param_noise were added on July 27. You might want to check to see if you have...
I installed everything about a week ago, so I guess I have the latest of Gym/Baselines/AirSim from Github. As for my experiments I did them on Windows 10, solely for...
@panchishin @karpathy @JacobEdelman @AjayTalati @cbarokk @namp We can look at the idea of expanding the "character set" (e.g., the example of treating the string "the" as part of the character...
@phillipi You can find my dataset **[HERE](http://www.terraai.org/content/cgan-dataset.zip)**. Somehow github won't allow me to attach it as a zip file here. You can also find more details about my experiment **[in...
Or to put it more simply, does any one know of a good tool for visualizing the hidden units in this cGAN implementation?