opendilab / GoBigger-Challenge-2021

Interested in multi-agents? The 1st Go-Bigger Multi-Agent Decision Intelligence Challenge is coming and a big bonus is waiting for you!
Apache License 2.0
195 stars 33 forks source link

fix tensor error #8

Closed jayyoung0802 closed 2 years ago

jayyoung0802 commented 2 years ago
  1. raw_overlap['clone'] is used by BotAgent. In collector, there is no "to_tensor", but in evaluator, there is "to_tensor" , So we need to adopt this method( int(torch.Tensor())) to unify them.