Genesis
Genesis copied to clipboard
EOFError: Ran out of input when test hello genesis
hello.py import genesis as gs gs.init(backend=gs.cpu) scene = gs.Scene( sim_options=gs.options.SimOptions( dt=0.01, gravity=(0, 0, -10.0), ), show_viewer=True, viewer_options=gs.options.ViewerOptions( camera_pos=(3.5, 0.0, 2.5), camera_lookat=(0.0, 0.0, 0.5), camera_fov=40, ), ) plane = scene.add_entity(gs.morphs.Plane())
virtual-machine:~/Genesis$ /usr/bin/python3.10 /home/Genesis/hello.py
[Genesis] [03:03:27] [INFO] ╭─────────────────────────────────────────────────────────────────────────────────────╮
[Genesis] [03:03:27] [INFO] │┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉ Genesis ┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉│
[Genesis] [03:03:27] [INFO] ╰─────────────────────────────────────────────────────────────────────────────────────╯
[Genesis] [03:03:27] [INFO] Running on [AMD Ryzen 7 4800H with Radeon Graphics] with backend gs.cpu. Device memory: 17.91 GB.
[Genesis] [03:03:27] [INFO] 🚀 Genesis initialized. 🔖 version: 0.2.0, 🌱 seed: None, 📏 precision: '32', 🐛 debug: False, 🎨 theme: 'dark'.
[Genesis] [03:03:27] [INFO] Scene <2c97d62> created.
[Genesis] [03:03:27] [INFO] Adding <gs.RigidEntity>. idx: 0, uid: