Humanoid
Humanoid copied to clipboard
Explore Android apps like human.
I was wondering if, there is any documentation with how to run the benchmarking of humanoid against other testing emulators.
Hello everyone, As mentioned above, I couldn't restore the model properly, there was no checkpoints found. Is it possible, if anyone is still working on this project, to push any...
**problem encountered:** - works well when only using droidbot - kept showing following AttributeError while using with humanoid and get stuck in the launch screen **steps:** 1. start humanoid service:...
你好,我在train的时候产生了这个问题: (CNN) hurui@hurui:~/Humanoid/train$ python train.py -c config.json 2020-03-31 16:44:56,099 epoch: 0 Exception in thread Thread-2: Traceback (most recent call last): File "/home/anaconda3/envs/CNN/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/home/anaconda3/envs/CNN/lib/python3.6/threading.py", line...
Traceback (most recent call last): File "/home/syx/miniconda3/envs/py37/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1334, in _do_call return fn(*args) File "/home/syx/miniconda3/envs/py37/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1319, in _run_fn options, feed_dict, fetch_list, target_list, run_metadata) File "/home/syx/miniconda3/envs/py37/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1407, in _call_tf_sessionrun...
I got indexerror when training, traceback: image ['0.0' '0.0' '0.0' '/mnt/e/chrome_download/filtered_traces/com.snupps.snuppsdroid/trace_0/view_hierarchies/1.json'] image.shape (4,) Exception in thread Thread-2: Traceback (most recent call last): File "/home/syx/miniconda3/envs/py37/lib/python3.7/threading.py", line 926, in _bootstrap_inner self.run() File...
Hi, This is a very interesting work. Could you please explain the steps of executing scripts to prepare the Rico dataset and train the models? That would help a lot....
2023-06-04 10:03:01.085984: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT Traceback (most recent call last): File "/workspaces/Humanoid/agent.py", line 15, in tf_config = tf.ConfigProto() AttributeError: module 'tensorflow' has no attribute 'ConfigProto'
The training loop and most of everything seems deprecated. Would it be possible to update the code so that others can use this project as a benchmark for research? What...