Parth Jaggi

Results 5 issues of Parth Jaggi

Installed Lua and other dependencies following the standard command on Ubuntu 16.04: `conda install lua=5.2 lua-science -c alexbw` I am getting error in the line: `require 'cudnn'` The error is:...

## Bug Description I have a file that is named flows.rou.xml. It contents look like: ... ... This file represents Repeated vehicles (Flows), as represented on https://sumo.dlr.de/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.html#repeated_vehicles_flows. It was expected...

bug

MDRNN training and GMM losses decrease abruptly to very low values, even with gradient clipping. Was this observed in the originally tested repo, or is this result of recent PyTorch...

In code snippet below from `select_action` method, the input hidden state is taken from `self.train_hidden_state`. But the output hidden state is saved in `self.dqn_hidden_state`. It seems the output hidden state...

By default the `BATCH_SIZE = 32`. Input to the LSTM from the CNN is of the shape `(32, 64, 16)`. The semantics of LSTM input are `(seq_len, batch_size, input_size)`. But...