huawei-noah / xingtian

xingtian is a componentized library for the development and verification of reinforcement learning algorithms
MIT License
301 stars 89 forks source link

Hello,what is the zeus? #9

Closed nbuliyang closed 3 years ago

nbuliyang commented 3 years ago

Hello,what is the zeus?

tmhm commented 3 years ago

Good spot! Zeus is a unified training framework inside that supports training with different backends, such as MindSpore, TensorFlow, and PyTorch, which on different devices, likes GPU and NPU etc.

terryzhao127 commented 3 years ago

However, I found that almost all the codes in zeus are not used in xt, except zeus.common and zeus.visual. Is zeus a separate project that is just used for convenience?

terryzhao127 commented 3 years ago

However, I found that almost all the codes in zeus are not used in xt, except zeus.common and zeus.visual. Is zeus a separate project that is just used for convenience?

Ah, I found it referenced in another repo.

tmhm commented 3 years ago

@guikarist Yep, zeus will be a separate project for training.

terryzhao127 commented 3 years ago

Cool!