Ankesh Anand

Results 5 issues of Ankesh Anand

Hi, Since the benchmarks are moving to v2 environments, I would imagine this would change the baseline results too. Have you tried running the baselines on v2 benchmarks, and if...

It seems the code for the `FourRooms` env was carried over from the option-critic implementation, and thus it also has a bug that the option-critic implementation had. See: https://github.com/jeanharb/option_critic/issues/11 Also,...

In Pytorch >= 1.4, grad_norm is a torch tensor (changed in https://github.com/pytorch/pytorch/pull/32020) and not a float, so the logger throws an exception here (`values` is now a list of pytorch...

The default target_update_interval for DQN based algorithms is set as 312 and not changed for any of the variants in the configs (except for R2D1, which seems to be correctly...

Hi, I am trying to export my leaflet heat map(which consists of polygons), but all I am getting after exporting are the map tiles and now the polygons of my...