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'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!