To train rl_policie
Hello!
I've succesfully trained the evae with the gates and got a good amount of weights, but when it comes to training the rl_policie, I execute this line in the command promt python train.py --obs_type event_stream --data_len 3 --tc --rep_weights C:\Users\username\event-vae-rl\event_vae\weights --ls 128, and instead of it running straight away I get one error asking for more parameters: TypeError: __init__() missing 2 required positional arguments: 'stack' and 'tc'.
Even after adding those parameters to the call, it gives me exactly the same error (and of course nothing happens in airsim).
I'd appreciate some help as I'm kinda stuck with this.
Thank you very much for sharing your work!
Hello! I also encountered this problem, could you tell me how to solve it? Thank you very much! Best wishes
Hi! I have the same isssue and seems like it have not been fixed after 2 years .Anyone got the answer?