Yuqi Xie
Yuqi Xie
I include this mod into the mods dir which is generated by fabric's runClient task. And it will make the game crash. Here is the crash report: ``` [19:46:00] [Render...
I've tried the lifeStats observation, and found that it is actually not changing at all. I took a look at the code and found that the `'life_stats'` key is missing....
I tried to use the `equipped_item` observation and found that it is not working. And I found that the java side code haven't been implemented yet. So I just tried...
I tried to solve the bug reported here, https://www.smogon.com/forums/threads/bug-reports-v4-read-original-post-before-posting.3663703/post-9149100 I mainly add the clamp stats for gen 2, this allows the stats display to be in range [1, 999]. Maybe...
I mainly fix the issue in https://github.com/smogon/pokemon-showdown/projects/3#card-61196750. The ability should still be (suppressed) after a pokemon gain a new ability, so I just add a check in rememberAbility to prevent...
## Describe the bug ## After the regressor search for 60 seconds, it just get stuck and never return. It even does not generate the "trajectory.json" under smac3-output. I guess...
# Short Question Description I really need the functionality to directly generate pure sklearn code. I saw once there's a function called `to_sklearn` in https://github.com/automl/auto-sklearn/pull/1375 . Is it available now?...
#### Description I'm trying to list all the tasks in OpenML database. I tried to use `task_list = openml.tasks.list_tasks()` but it only return a list of length `46779`. I saw...
When I tried to use `ArticulationView.set_local_poses()`, it works the same as `ArticulationView.set_world_poses()`. Code to reproduce: ``` robots = ArticulationView( prim_paths_expr="/World/envs/.*/robot", reset_xform_properties=False ) # 32 cloned envs in total position =...
I've tried to read some of the code in this repo. The `MMD_SA.js` seems responsible for sending the VMC data and the data is read from the VRM model. So...