GeekPower

Results 4 issues of GeekPower

This is my code: from ghost import Ghost ghost = Ghost() page, extra_resources = ghost.open("http://www.google.com") But it does't work: File "/usr/local/lib/python2.7/dist-packages/Ghost.py-0.1.1-py2.7.egg/ghost/ghost.py", line 850, in open return self.wait_for_page_loaded(timeout=timeout) File "/usr/local/lib/python2.7/dist-packages/Ghost.py-0.1.1-py2.7.egg/ghost/ghost.py", line...

When I groupBy custom object it throws Exception. ``` 017-02-16 20:02:43,650 WARN [main] org.apache.hadoop.mapred.YarnChild: Exception running child : cascading.CascadingException: unable to compare stream elements in position: 0 at cascading.tuple.hadoop.util.DeserializerComparator.compareTuples(DeserializerComparator.java:164) at...

Because I want the hadoop shuffle sort use my 'compareTo' method. So how to do?

When using torchrl’s SyncDataCollector with a custom environment object, in the _step() method, if the "done" value returns True, an error occurs: /Users/xjf/miniforge3/envs/drive-into-llm/lib/python3.10/site-packages/torchrl/collectors/collectors.py:870: UserWarning: total_frames (1000) is not exactly divisible...

bug