pytorch-rl icon indicating copy to clipboard operation
pytorch-rl copied to clipboard

Could you push some examples ?

Open MoMe36 opened this issue 5 years ago • 3 comments

Hey, nice work here !

Could you maybe add some more examples?

Thanks !

MoMe36 avatar Dec 06 '18 12:12 MoMe36

Hi! Thanks for the response. I am currently working on a paper for ICML and not getting much time. I will definitely add more examples later.

Thanks!

navneet-nmk avatar Dec 06 '18 14:12 navneet-nmk

You have done a good job! ? But you don't provide a documentation or no examples, so it's not well known. I hope that you can provide the documentation as soon as possible, thanks for sharing.

andjsmile avatar Dec 14 '18 09:12 andjsmile

Traceback (most recent call last): File "/home/dk/pytorch-rl-master/train_ddpg.py", line 70, in <module> trainer.train() File "/home/dk/pytorch-rl-master/Training/trainer.py", line 124, in train state = to_tensor(state, use_cuda=self.cuda) File "/home/dk/pytorch-rl-master/Utils/utils.py", line 91, in to_tensor v = torch.cuda.FloatTensor(v) TypeError: new(): data must be a sequence (got dict)

I don't know how to solve the problem, could you give me some advice,such as the pytorch version?

DKurome avatar Dec 06 '19 05:12 DKurome