allenact icon indicating copy to clipboard operation
allenact copied to clipboard

An open source framework for research in Embodied-AI from AI2.

Results 59 allenact issues
Sort by recently updated
recently updated
newest added

## Problem We should integrate the remaining ADVISOR experiments (@unnat). ## Solution This requires: This is relatively straightforward but we'll need to adjust the hyperparameter searching code, and our experimental...

enhancement

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.14.0 to 3.18.3. Release notes Sourced from protobuf's releases. Protocol Buffers v3.18.3 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...

dependencies

## Problem / Question Official EmbCLIP is on the leaderboard with a TestSPL score of 0.2. But according to the [tutorial](https://github.com/allenai/embodied-clip/blob/main/readme_files/baselines_robothor_objectnav.md), I got a score of 0.17. The command I...

[`os.path.abspath`](https://docs.python.org/3/library/os.path.html#os.path.abspath) uses forward slashes on posix and back slashes on Windows. This is a problem because the next line of code splits the string by (**only**) forward slashes. Instead, we...

Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...

dependencies

Bumps [scipy](https://github.com/scipy/scipy) from 1.5.4 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.2 to 0.18.3. Release notes Sourced from future's releases. v0.18.3 This is a minor bug-fix release containing a number of fixes: Backport fix for bpo-38804 (c91d70b) Fix...

dependencies

## Problem / Question Hi, Thanks for your awesome. I have a question about the `pdb`. When I use `pdb` for debugging, I always met: ``` File "/home/chenshoufa/anaconda3/envs/allenact/lib/python3.8/bdb.py", line 88,...