Mohan Zhang

Results 5 issues of Mohan Zhang

model_512_link from huggingface is not stable or not working. changed it to another mirror. Also included *.pyc in .gitignore

In [line 96 of parallel_runner.py](https://github.com/oxwhirl/pymarl/blob/master/src/runners/parallel_runner.py#L96), it uses a "While True" to collect pre_transition_data and post_transition_data. However, this will [collect and update actions_chosen](https://github.com/oxwhirl/pymarl/blob/master/src/runners/parallel_runner.py#L107) even when [all the envrionments are terminated](https://github.com/oxwhirl/pymarl/blob/master/src/runners/parallel_runner.py#L119) and...

when running txt2img.py, the argument "--repeat", `data = [p for p in data for i in range(opt.repeat)]` should be `data = [p for p in data for i in range(batch_size)]`,...

enhancement

when running txt2img.py, the argument "--repeat", `data = [p for p in data for i in range(opt.repeat)]` should be `data = [p for p in data for i in range(batch_size)]`,...