robotdaily_preview.html 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>RobotDaily 推送预览</title>
  6. <style>
  7. body { font-family: sans-serif; max-width: 800px; margin: 20px auto; padding: 20px; background: #f9f9f9; }
  8. .paper-card { background: white; padding: 15px; margin: 10px 0; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
  9. h2 { color: #2c3e50; }
  10. .keywords { color: #7f8c8d; font-size: 0.9em; }
  11. .abstract { color: #34495e; line-height: 1.5; }
  12. .doi-link { color: #3498db; text-decoration: none; }
  13. .doi-link:hover { text-decoration: underline; }
  14. </style>
  15. </head>
  16. <body>
  17. <h1>🤖 《RobotDaily》每日推送</h1>
  18. <div class="paper-card">
  19. <h2>1. 《Reinforcement Learning for Robotics: A Survey》</h2>
  20. <p class="keywords">🔹 关键词: robotics, reinforcement learning, representation learning</p>
  21. <p class="abstract">📄 摘要: 这篇论文回顾了强化学习在机器人领域的应用,总结了当前研究中的主要挑战与进展...</p>
  22. <p><a href="https://arxiv.org/abs/2304.12345" class="doi-link">🔗 DOI: https://arxiv.org/abs/2304.12345</a></p>
  23. </div>
  24. <div class="paper-card">
  25. <h2>2. 《Learning Representations for Embodied Agents》</h2>
  26. <p class="keywords">🔹 关键词: robotics, representation learning, embodied intelligence</p>
  27. <p class="abstract">📄 摘要: 该研究提出一种新的表征学习方法,用于提升具身机器人对环境的理解与交互能力...</p>
  28. <p><a href="https://arxiv.org/abs/2304.56789" class="doi-link">🔗 DOI: https://arxiv.org/abs/2304.56789</a></p>
  29. </div>
  30. <div class="paper-card">
  31. <h2>3. 《Visual Representation Learning for Robotic Manipulation》</h2>
  32. <p class="keywords">🔹 关键词: robotics, visual learning, manipulation</p>
  33. <p class="abstract">📄 摘要: 结合视觉与强化学习,提升机器人在复杂任务中的自主操作能力...</p>
  34. <p><a href="https://arxiv.org/abs/2304.98765" class="doi-link">🔗 DOI: https://arxiv.org/abs/2304.98765</a></p>
  35. </div>
  36. </body>
  37. </html>