kunhsiang commited on
Commit
10ec678
·
verified ·
1 Parent(s): aad9de6

Upload MEMORY.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. MEMORY.md +53 -0
MEMORY.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # CRMP Project Memory
2
+
3
+ ## Project Overview
4
+ - CRMP (Capacitance Resistance Model for Production) research project
5
+ - Collaboration with Professor Yin (尹老師合作論文)
6
+ - GitHub: https://github.com/KunHsiang/CRMP_Project
7
+ - User: CHANG, KUN-HSIANG (GitHub: KunHsiang)
8
+
9
+ ## Environment
10
+ - **Unified conda env**: `omnigibson` (Python 3.10.19)
11
+ - Path: `C:\Users\ur\.conda\envs\omnigibson\python.exe`
12
+ - Conda location: `C:\ProgramData\miniconda3\`
13
+ - **GPU**: NVIDIA GeForce RTX 4060 Ti
14
+ - **PyTorch**: 2.6.0+cu124 (CUDA enabled)
15
+ - **Isaac Sim**: 4.1.0 (Omniverse installed at `~/.local/share/ov/pkg/isaac-sim-4.1.0`)
16
+
17
+ ## Key Packages
18
+ - pywaterflood (CRMP), numpy, scipy, pandas, matplotlib
19
+ - huggingface_hub, transformers, wandb, openai
20
+ - open3d, omegaconf, hydra-core, torch (ReKep deps)
21
+ - isaacsim 4.1.0
22
+
23
+ ## Related Projects
24
+ - **ReKep**: `C:\Users\ur\Rekep\` (fork from Bailey-24/Rekep)
25
+ - Backup: `C:\Users\ur\ReKep 20250128\`
26
+ - Has cached VLM queries and 11 execution videos
27
+ - Last run: 2025-01-29
28
+ - **OmniGibson**: `C:\Users\ur\OmniGibson\`
29
+
30
+ ## MCP Servers
31
+ - HuggingFace: HTTP transport at `https://huggingface.co/mcp`
32
+ - WandB: via uvx from `git+https://github.com/wandb/wandb-mcp-server`
33
+ - uv path: `C:\Users\ur\AppData\Local\Microsoft\WinGet\Packages\astral-sh.uv_Microsoft.Winget.Source_8wekyb3d8bbwe\`
34
+
35
+ ## Tools Installed
36
+ - GitHub CLI (gh): logged in as KunHsiang
37
+ - Python 3.10.11 (system), Python 3.14.0 (system)
38
+ - Miniconda3 at C:\ProgramData\miniconda3
39
+
40
+ ## PyCharm Setup (2024.3.5)
41
+ - Interpreter: Conda env `omnigibson` (Python 3.10) via GUI → Add Interpreter → Conda → Existing
42
+ - Terminal: Git Bash (`C:\Program Files\Git\bin\bash.exe`), classic engine (not 2025 remake)
43
+ - Theme: One Dark (plugin v5.12.0)
44
+ - Plugins: One Dark Theme, GitHub Copilot (v1.5.66)
45
+ - Config dir: `C:\Users\ur\AppData\Roaming\JetBrains\PyCharm2024.3\`
46
+ - **Key fix**: `.bash_profile` must exist at `C:\Users\ur\.bash_profile` or Git Bash terminal hangs
47
+ - **Key fix**: Editing jdk.table.xml manually does NOT work — must use GUI to add interpreter
48
+ - **Key fix**: New terminal engine (2025 remake) breaks Git Bash — use classic engine
49
+
50
+ ## Notes
51
+ - User prefers single unified conda env for everything
52
+ - User interacts with Claude Code from PyCharm terminal
53
+ - User's language: Traditional Chinese (繁體中文)